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

@@ -5,8 +5,8 @@
desc = "Small things moving very fast."
icon = 'icons/obj/machines/particle_accelerator2.dmi'
icon_state = "particle1"//Need a new icon for this
anchored = 1
density = 1
anchored = TRUE
density = TRUE
var/movement_range = 10
var/energy = 10 //energy in eV
var/mega_energy = 0 //energy in MeV

View File

@@ -63,8 +63,8 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
desc = "Part of a Particle Accelerator."
icon = 'icons/obj/machines/particle_accelerator2.dmi'
icon_state = "none"
anchored = 0
density = 1
anchored = FALSE
density = TRUE
var/obj/machinery/particle_accelerator/control_box/master = null
var/construction_state = 0
var/reference = null
@@ -252,8 +252,8 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
desc = "Part of a Particle Accelerator."
icon = 'icons/obj/machines/particle_accelerator2.dmi'
icon_state = "none"
anchored = 0
density = 1
anchored = FALSE
density = TRUE
use_power = USE_POWER_OFF
idle_power_usage = 0
active_power_usage = 0

View File

@@ -6,8 +6,8 @@
icon = 'icons/obj/machines/particle_accelerator_vr.dmi' //VOREStation Edit
icon_state = "control_box"
reference = "control_box"
anchored = 0
density = 1
anchored = FALSE
density = TRUE
use_power = USE_POWER_OFF
idle_power_usage = 500
active_power_usage = 70000 //70 kW per unit of strength

View File

@@ -7,8 +7,8 @@
desc = "A strange device used to create exotic matter."
icon = 'icons/obj/machines/particle_smasher.dmi'
icon_state = "smasher"
anchored = 0
density = 1
anchored = FALSE
density = TRUE
use_power = USE_POWER_OFF
var/successful_craft = FALSE // Are we waiting to be emptied?