mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Merge branch 'ElCeejo:main' into main
This commit is contained in:
commit
2b58e6f59d
15 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ creatura.register_utility("animalia:basic_idle", function(self, timeout, anim)
|
||||||
local init = false
|
local init = false
|
||||||
local function func(mob)
|
local function func(mob)
|
||||||
if not init then
|
if not init then
|
||||||
creatura.action_idle(mob, timeout, anim)
|
creatura.action_idle(mob, timer, anim)
|
||||||
end
|
end
|
||||||
timer = timer - mob.dtime
|
timer = timer - mob.dtime
|
||||||
if timer <= 0 then
|
if timer <= 0 then
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue