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
+4 -4
View File
@@ -3,11 +3,11 @@
name = "railing"
desc = "A standard steel railing, painted orange. Play stupid games, win stupid prizes."
icon = 'icons/obj/railing.dmi'
density = 1
density = TRUE
throwpass = 1
climbable = 1
climbable = TRUE
layer = WINDOW_LAYER
anchored = 1
anchored = TRUE
flags = ON_BORDER
icon_state = "railing0"
var/broken = FALSE
@@ -26,7 +26,7 @@
..()
// TODO - "constructed" is not passed to us. We need to find a way to do this safely.
if (constructed) // player-constructed railings
anchored = 0
anchored = FALSE
if(climbable)
verbs += /obj/structure/proc/climb_on