mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
icon = 'icons/obj/Cryogenic2_vr.dmi' //VOREStation Edit - New Icon
|
||||
icon_state = "cellconsole"
|
||||
circuit = /obj/item/weapon/circuitboard/cryopodcontrol
|
||||
density = 0
|
||||
density = FALSE
|
||||
interact_offline = 1
|
||||
var/mode = null
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
desc = "A bewildering tangle of machinery and pipes."
|
||||
icon = 'icons/obj/Cryogenic2_vr.dmi' //VOREStation Edit - New Icon
|
||||
icon_state = "cryo_rear"
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
dir = WEST
|
||||
|
||||
//Cryopods themselves.
|
||||
@@ -192,8 +192,8 @@
|
||||
desc = "A man-sized pod for entering suspended animation."
|
||||
icon = 'icons/obj/Cryogenic2_vr.dmi' //VOREStation Edit - New Icon
|
||||
icon_state = "cryopod_0" //VOREStation Edit - New Icon
|
||||
density = 1
|
||||
anchored = 1
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
dir = WEST
|
||||
|
||||
var/base_icon_state = "cryopod_0" //VOREStation Edit - New Icon
|
||||
|
||||
Reference in New Issue
Block a user