Convert some bools to TRUE/FALSE instead of 1/0.

This commit is contained in:
Chompstation Bot
2021-07-16 17:44:40 +00:00
parent 1be5570337
commit 481c0e314e
523 changed files with 6976 additions and 1284 deletions

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)

View File

@@ -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

View File

@@ -58,7 +58,7 @@
icon = 'icons/turf/shuttle_parts.dmi'
icon_state = "nozzle"
opacity = 1
density = 1
density = TRUE
can_atmos_pass = ATMOS_PASS_NO
connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_FUEL
@@ -188,7 +188,7 @@
icon = 'icons/effects/effects.dmi'
icon_state = "smoke"
light_color = "#ed9200"
anchored = 1
anchored = TRUE
/obj/effect/engine_exhaust/New(var/turf/nloc, var/ndir, var/flame)
..(nloc)