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:
@@ -64,7 +64,7 @@
|
||||
icon = 'icons/obj/closets/poireactor.dmi'
|
||||
closet_appearance = null
|
||||
catalogue_data = list(/datum/category_item/catalogue/information/objects/oldreactor)
|
||||
climbable = 0
|
||||
climbable = FALSE
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/weapon/fuel_assembly/deuterium = 6)
|
||||
@@ -110,5 +110,5 @@
|
||||
icon = 'icons/obj/atmos.dmi'
|
||||
icon_state = "yellow-1"
|
||||
catalogue_data = list(/datum/category_item/catalogue/information/objects/growthcanister)
|
||||
anchored = 0
|
||||
density = 1
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
Reference in New Issue
Block a user