diff --git a/src/stages/stage1.c b/src/stages/stage1.c index 8d75ec55..8e226317 100644 --- a/src/stages/stage1.c +++ b/src/stages/stage1.c @@ -282,9 +282,6 @@ void cirno_iceplosion1(Boss *c, int time) { int t = time % 360; TIMER(&t); - if(time < 0) - return; - if(time < 0) GO_TO(c, VIEWPORT_W/2.0 + 100I, 0.02);