properly declare the custom function

master
Tai @ Flex 2016-12-14 17:47:10 +00:00
parent 035f7262e7
commit 04485b54bf
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
dmobs.dragon = {}
local step_custom = function(self, dtime)
dmobs.dragon.step_custom = function(self, dtime)
if self.driver then
lib_mount.drive(self, dtime, "walk", "stand", true)
if self.state == "attack" then