properly declare the custom function

This commit is contained in:
Tai @ Flex 2016-12-14 17:47:10 +00:00
parent 035f7262e7
commit 04485b54bf

View File

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