Ajout des derniers développement #1

Merged
kazhnuz merged 68 commits from chronicles-cbs into master 2020-08-02 11:14:18 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 4ab2e72231 - Show all commits

View file

@ -109,6 +109,7 @@ function HeroFighter:goBackToMenu()
end
function HeroFighter:finishAction()
self.action = nil
self:setInactive()
end

View file

@ -40,6 +40,7 @@ function ActionParent:start()
end
function ActionParent:choregraphyEnded()
self.choregraphy = nil
self:finishAction()
end