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
@@ -8,7 +8,7 @@
icon_state_menu = "menu"
hardware_flag = PROGRAM_CONSOLE
anchored = TRUE
density = 1
density = TRUE
layer = 2.9
base_idle_power_usage = 100
base_active_power_usage = 500
@@ -9,7 +9,7 @@
icon_state_screensaver = "standby"
hardware_flag = PROGRAM_TELESCREEN
anchored = TRUE
density = 0
density = FALSE
base_idle_power_usage = 75
base_active_power_usage = 300
max_hardware_size = 2
@@ -53,7 +53,7 @@
valid = TRUE
if(valid)
anchored = 1
anchored = TRUE
screen_on = TRUE
to_chat(user, "You secure \the [src].")
return