OpenXcom Forum
OpenXcom Forks => OXCE Bugs => OpenXcom Extended (OXCE) => OXCE Bugs FIXED => Topic started by: Meridian on June 11, 2023, 03:33:24 pm
-
when a unit has low TU, e.g. 5 TU, it walks through a door without opening it
expected: cannot make a move (not enough TU)
@yankes: introduced in this commit: https://github.com/MeridianOXC/OpenXcom/commit/cefeaf6b65a28cfc4001bf018f74315da36464d6
please check
save attached
-
Ok, I recheck this commit and I suspect:
if ((direction == 0 || direction == 7 || direction == 1) && startTile[i]->hasLadderOnNorthWall())
I mess up condition as it should be false for case where is not climb wall but its true.
-
Should be fixed in OXCE 7.9.7
-
Oh... :'( This bug was so hilarious... ;D