mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Cryopod icon_state fix.
Missing _ in the icon states.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user