1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-07-01 16:00:23 +02:00

use api functions for riding mob

This commit is contained in:
tenplus1
2023-10-13 08:31:55 +01:00
parent 71e620eb0f
commit 768ef84bd8
3 changed files with 6 additions and 6 deletions

View File

@ -3493,7 +3493,7 @@ function mob_class:on_step(dtime, moveresult)
self.pause_timer = self.pause_timer - dtime
if self.pause_timer <= 0 and self.order == "stand" then
if self.pause_timer < 0 and self.order == "stand" then
self.pause_timer = 0
self:set_velocity(0)