From 2fd1e3b77bb79e0530d51d126cacc77fe1c6df71 Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Sun, 26 Jan 2014 01:39:07 -0600 Subject: [PATCH] Cryopod icon_state fix. Missing _ in the icon states. --- code/game/machinery/cryopod.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index 3ab87eb3ed8..8dfc60e5981 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -333,9 +333,9 @@ obj/machinery/computer/cryopod/Topic(href, href_list) return if(orient_right) - icon_state = "body_scanner0-r" + icon_state = "body_scanner_0-r" else - icon_state = "body_scanner0" + icon_state = "body_scanner_0" src.go_out() add_fingerprint(usr) @@ -411,4 +411,4 @@ obj/machinery/computer/cryopod/Topic(href, href_list) //Attacks/effects. /obj/machinery/cryopod/blob_act() - return //Sorta gamey, but we don't really want these to be destroyed. \ No newline at end of file + return //Sorta gamey, but we don't really want these to be destroyed.