1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2024-12-24 17:50:21 +01:00

changed to look before you jump :)

This commit is contained in:
TenPlus1 2017-03-10 17:13:41 +00:00
parent 1f0969e6d3
commit aa591925b1

View File

@ -2264,10 +2264,10 @@ local mob_step = function(self, dtime)
follow_flop(self) follow_flop(self)
do_jump(self)
do_states(self, dtime) do_states(self, dtime)
do_jump(self)
end end