mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user