Skip to content
Snippets Groups Projects
Commit 80ed655e authored by D00Med's avatar D00Med
Browse files

attempt to fix dragon attack behaviour

parent ae6ead6e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
local step_custom = function(self, dtime)
if self.driver then
lib_mount.drive(self, dtime, "walk", "stand", true)
if self.state == "attack" then
self.state = nil
end
return false
end
return true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment