Skip to content
Snippets Groups Projects
Commit 26c2cb67 authored by dg's avatar dg
Browse files

Fix errors when running/resting with special events that make you switch characters

git-svn-id: http://svn.net-core.org/repos/t-engine4@6623 51575b47-30f0-44d4-a5cc-537603b46e54
parent 888b66bd
No related branches found
No related tags found
No related merge requests found
......@@ -285,6 +285,9 @@ function _M:stripForExport()
end
end
-- Dummy
function _M:runStop() end
function _M:restStop() end
function _M:useEnergy(val)
engine.Actor.useEnergy(self, val)
......
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