fix: replace actor after choregraphy
This commit is contained in:
parent
df6e283013
commit
6e012ba46c
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ function ChoregraphySystem:endStep()
|
|||
end
|
||||
|
||||
function ChoregraphySystem:endChoregraphy()
|
||||
self.actor:choregraphyEnded()
|
||||
self.action:choregraphyEnded()
|
||||
self.fighter.turnSystem:applyDeath()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue