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
+1 -1
View File
@@ -278,7 +278,7 @@ GLOBAL_LIST_EMPTY(all_waypoints)
icon_keyboard = null
icon_screen = null
circuit = /obj/item/weapon/circuitboard/nav/tele
density = 0
density = FALSE
/obj/machinery/computer/ship/navigation/telescreen/update_icon()
if(stat & NOPOWER || stat & BROKEN)
@@ -128,7 +128,7 @@
desc = "Long range gravity scanner with various other sensors, used to detect irregularities in surrounding space. Can only run in vacuum to protect delicate quantum BS elements." //VOREStation Edit
icon = 'icons/obj/stationobjs_vr.dmi' //VOREStation Edit
icon_state = "sensors"
anchored = 1
anchored = TRUE
var/max_health = 200
var/health = 200
var/critical_heat = 50 // sparks and takes damage when active & above this heat