Convert some bools to TRUE/FALSE instead of 1/0.

This commit is contained in:
Chompstation Bot
2021-07-16 17:44:40 +00:00
parent 1be5570337
commit 481c0e314e
523 changed files with 6976 additions and 1284 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
desc = "A large cabinet with drawers."
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "filingcabinet"
density = 1
anchored = 1
density = TRUE
anchored = TRUE
/obj/structure/filingcabinet/chestdrawer
name = "chest drawer"
+1 -1
View File
@@ -665,7 +665,7 @@
/obj/item/weapon/paper/flag
icon_state = "flag_neutral"
item_state = "paper"
anchored = 1.0
anchored = TRUE
/obj/item/weapon/paper/jobs
name = "Job Information"
+2 -2
View File
@@ -7,8 +7,8 @@
icon = 'icons/obj/papershredder.dmi'
icon_state = "shredder-off"
var/shred_anim = "shredder-shredding"
density = 1
anchored = 1
density = TRUE
anchored = TRUE
use_power = USE_POWER_IDLE
idle_power_usage = 10
active_power_usage = 200
+2 -2
View File
@@ -150,8 +150,8 @@
embed_chance = active_embed_chance
force = active_force
throwforce = active_throwforce
sharp = 1
edge = 1
sharp = TRUE
edge = TRUE
w_class = active_w_class
playsound(src, 'sound/weapons/saberon.ogg', 15, 1)
damtype = SEARING
+2 -2
View File
@@ -4,8 +4,8 @@
icon = 'icons/obj/library.dmi'
icon_state = "bigscanner"
var/insert_anim = "bigscanner1"
anchored = 1
density = 1
anchored = TRUE
density = TRUE
use_power = USE_POWER_IDLE
idle_power_usage = 30
active_power_usage = 200