mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-29 16:10:33 +01:00
Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
This commit is contained in:
co-authored by
Aronai Sieyes
parent
9ce7af6ca1
commit
577b986ba6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user