diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm index 78c38bddbc..87c8051ec8 100644 --- a/code/game/machinery/doors/firedoor.dm +++ b/code/game/machinery/doors/firedoor.dm @@ -67,9 +67,9 @@ animate(animation) switch(animation) if("opening") - flick("door_closing", src) - if("closing") flick("door_opening", src) + if("closing") + flick("door_closing", src) return