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.