Alexey Yaryshev 3 years ago committed by psi29a
parent 00c41e55a4
commit 2577047b59

@ -27,6 +27,7 @@ Programmers
Alexander Olofsson (Ananace)
Alex Rice
Alex S (docwest)
Alexey Yaryshev (skeevert)
Allofich
Andrei Kortunov (akortunov)
AnyOldName3

@ -4,6 +4,7 @@
Bug #3737: Scripts from The Underground 2 .esp do not play (all patched versions)
Bug #3846: Strings starting with "-" fail to compile if not enclosed in quotes
Bug #5483: AutoCalc flag is not used to calculate spells cost
Bug #6101: Disarming trapped unlocked owned objects isn't considered a crime
0.47.0
------

@ -869,7 +869,7 @@ namespace MWMechanics
int lockLevel = cellref.getLockLevel();
if (target.getClass().isDoor() &&
(lockLevel <= 0 || lockLevel == ESM::UnbreakableLock) &&
ptr.getCellRef().getTrap().empty())
cellref.getTrap().empty())
{
return true;
}

Loading…
Cancel
Save