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
@@ -2,8 +2,8 @@
name = "beehive"
icon = 'icons/obj/beekeeping.dmi'
icon_state = "beehive"
density = 1
anchored = 1
density = TRUE
anchored = TRUE
var/closed = 0
var/bee_count = 0 // Percent
+2 -2
View File
@@ -35,8 +35,8 @@
/obj/machinery/botany
icon = 'icons/obj/hydroponics_machines_vr.dmi' //VOREStation Edit
icon_state = "hydrotray3"
density = 1
anchored = 1
density = TRUE
anchored = TRUE
use_power = USE_POWER_IDLE
var/obj/item/seeds/seed // Currently loaded seed packet.
+2 -2
View File
@@ -22,8 +22,8 @@
desc = "It stores, sorts, and dispenses seeds."
icon = 'icons/obj/vending.dmi'
icon_state = "seeds"
density = 1
anchored = 1
density = TRUE
anchored = TRUE
use_power = USE_POWER_IDLE
idle_power_usage = 100
@@ -29,9 +29,9 @@
message_admins("<span class='notice'>Event: Spacevines failed to find a viable turf.</span>")
/obj/effect/dead_plant
anchored = 1
anchored = TRUE
opacity = 0
density = 0
density = FALSE
color = DEAD_PLANT_COLOUR
/obj/effect/dead_plant/attack_hand()
@@ -45,10 +45,10 @@
/obj/effect/plant
name = "plant"
anchored = 1
can_buckle = 1
anchored = TRUE
can_buckle = TRUE
opacity = 0
density = 0
density = FALSE
icon = 'icons/obj/hydroponics_growing.dmi'
icon_state = "bush4-1"
pass_flags = PASSTABLE
@@ -197,10 +197,10 @@
plane = ABOVE_PLANE
set_opacity(1)
if(!isnull(seed.chems["woodpulp"]))
density = 1
density = TRUE
else
reset_plane_and_layer()
density = 0
density = FALSE
/obj/effect/plant/proc/calc_dir()
set background = 1
+2 -2
View File
@@ -3,8 +3,8 @@
desc = "A tray usually full of fluid for growing plants."
icon = 'icons/obj/hydroponics_machines_vr.dmi' //VOREStation Edit
icon_state = "hydrotray3"
density = 1
anchored = 1
density = TRUE
anchored = TRUE
flags = OPENCONTAINER
volume = 100
+1 -1
View File
@@ -1,7 +1,7 @@
/obj/machinery/portable_atmospherics/hydroponics/soil
name = "soil"
icon_state = "soil"
density = 0
density = FALSE
use_power = USE_POWER_OFF
mechanical = 0
tray_light = 0