don't actually need all that
This commit is contained in:
parent
0446ccd2d7
commit
de63b259f7
1 changed files with 1 additions and 4 deletions
|
@ -72,12 +72,9 @@ this.onCombatStarted = function(e)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local cell = tes3.getPlayerCell()
|
|
||||||
|
|
||||||
if cell.isInterior and not cell.behavesAsExterior then
|
for _, cell in pairs(tes3.getActiveCells()) do
|
||||||
alertGuards(e.actor, cell)
|
alertGuards(e.actor, cell)
|
||||||
else
|
|
||||||
for _, extCell in pairs(tes3.getActiveCells()) do alertGuards(e.actor, extCell) end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue