diff --git a/core/src/game.rs b/core/src/game.rs index 4f7353b9..0dab0d69 100644 --- a/core/src/game.rs +++ b/core/src/game.rs @@ -456,9 +456,6 @@ impl Game { r_animation_ms += res.delay; } - // handle cooldowns and statuses - // self.progress_durations(&casters); - if self.finished() { return self.finish() }