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:
@@ -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()
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
blend_mode = BLEND_MULTIPLY
|
||||
color = "#000000"
|
||||
alpha = 120
|
||||
anchored = 1
|
||||
anchored = TRUE
|
||||
|
||||
var/message
|
||||
var/graffiti_age = 0
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user