@@ -3423,7 +3423,7 @@ function mob_class:on_step(dtime, moveresult)
-- check and stop if standing at cliff and fear of heights
self.at_cliff=self:is_at_cliff()
ifself.pause_timer<=0orself.at_cliffthen
ifself.pause_timer<=0andself.at_cliffthen
self:set_velocity(0)
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.