Convert some bools to TRUE/FALSE instead of 1/0. (#11100)

Co-authored-by: Aronai Sieyes <arokha@arokha.com>
This commit is contained in:
MarinaGryphon
2021-07-16 12:43:25 -05:00
committed by GitHub
parent 9ce7af6ca1
commit 577b986ba6
523 changed files with 1301 additions and 1301 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
icon_state = "mfloor1"
random_icon_states = list("mfloor1", "mfloor2", "mfloor3", "mfloor4", "mfloor5", "mfloor6", "mfloor7")
color = "#464f33"
anchored = 1
anchored = TRUE
persistent = TRUE
/obj/effect/decal/cleanable/filth/Initialize()
+1 -1
View File
@@ -9,7 +9,7 @@
blend_mode = BLEND_MULTIPLY
color = "#000000"
alpha = 120
anchored = 1
anchored = TRUE
var/message
var/graffiti_age = 0
+2 -2
View File
@@ -4,8 +4,8 @@
icon = 'icons/obj/stationobjs.dmi'
icon_state = "nboard00"
layer = ABOVE_WINDOW_LAYER
density = 0
anchored = 1
density = FALSE
anchored = TRUE
var/list/notices
var/base_icon_state = "nboard0"
var/const/max_notices = 5