fixes to stage up
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-01 12:17:09 -05:00
parent 0b70bab618
commit 841ff371da
3 changed files with 6 additions and 14 deletions

View File

@@ -219,7 +219,7 @@ namespace game::entity
queuedPlay = QueuedPlay{};
nextQueuedPlay = QueuedPlay{};
currentQueuedPlay = QueuedPlay{};
play_convert(data.animations.stageUp);
queue_play({.animation = data.animations.stageUp, .isInterruptible = false});
stage = nextStage;
isStageUp = true;
}