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 13:43:25 -04:00
committed by GitHub
co-authored by Aronai Sieyes
parent 9ce7af6ca1
commit 577b986ba6
523 changed files with 1301 additions and 1301 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
/obj/machinery/mining
icon = 'icons/obj/mining_drill.dmi'
anchored = 0
anchored = FALSE
use_power = USE_POWER_OFF //The drill takes power directly from a cell.
density = 1
density = TRUE
layer = MOB_LAYER+0.1 //So it draws over mobs in the tile north of it.
/obj/machinery/mining/drill
@@ -266,10 +266,10 @@
if((!supports || !supports.len) && initial(anchored) == 0)
icon_state = "mining_drill"
anchored = 0
anchored = FALSE
active = 0
else
anchored = 1
anchored = TRUE
if(supports && supports.len >= braces_needed)
supported = 1