Cryopod icon_state fix.

Missing _ in the icon states.
This commit is contained in:
Ccomp5950
2014-02-03 02:20:12 -05:00
committed by ZomgPonies
parent 1c38b32ee4
commit 2fd1e3b77b
+3 -3
View File
@@ -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.
return //Sorta gamey, but we don't really want these to be destroyed.