fork update #10

Merged
chmodsayshello merged 220 commits from VoxeLibre/VoxeLibre:master into master 2023-06-04 12:44:03 +02:00
1 changed files with 0 additions and 8 deletions
Showing only changes of commit 0787d7a988 - Show all commits

View File

@ -325,14 +325,6 @@ function mob_class:do_states(dtime)
end
end
local function update_timers (self, dtime)
-- knockback timer. set in on_punch
if self.pause_timer > 0 then
self.pause_timer = self.pause_timer - dtime
return true
end
end
function mob_class:outside_limits()
local pos = self.object:get_pos()
if pos then