fix: replace actor after choregraphy

This commit is contained in:
Kazhnuz 2020-07-25 10:25:00 +02:00
parent df6e283013
commit 6e012ba46c

View file

@ -53,6 +53,7 @@ function ChoregraphySystem:endStep()
end
function ChoregraphySystem:endChoregraphy()
self.actor:choregraphyEnded()
self.action:choregraphyEnded()
self.fighter.turnSystem:applyDeath()
end