mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-04-30 13:51:41 -04:00
Fix crash
This commit is contained in:
parent
8ea75ec64c
commit
e59d517a23
1 changed files with 1 additions and 1 deletions
|
@ -1106,7 +1106,7 @@ function mob:_execute_utilities()
|
|||
end
|
||||
end
|
||||
local dtime = self.dtime
|
||||
self.dtime = dtime + self.step_delay
|
||||
self.dtime = dtime + (self.step_delay or 0)
|
||||
if func(self) then
|
||||
self._utility_data = {
|
||||
utility = nil,
|
||||
|
|
Loading…
Add table
Reference in a new issue