From c6d42b77be9f35ac07fb24b849b98bb2c6b194f6 Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Sun, 1 Jan 2012 23:55:05 +0000 Subject: [PATCH] Hmm somehow flipped the close/open icon. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2896 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/doors/firedoor.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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