mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
desc = "A machine for cutting up slimes to get to their cores."
|
||||
icon = 'icons/obj/xenoarchaeology.dmi'
|
||||
icon_state = "scanner_0old"
|
||||
density = 1
|
||||
anchored = 1
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
circuit = /obj/item/weapon/circuitboard/slimeextractor
|
||||
var/inuse
|
||||
var/mob/living/simple_mob/xeno/slime/occupant = null
|
||||
|
||||
@@ -40,8 +40,8 @@
|
||||
new /obj/item/weapon/disk/xenobio(src)
|
||||
|
||||
/obj/machinery/xenobio
|
||||
density = 1
|
||||
anchored = 1
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
use_power = USE_POWER_IDLE
|
||||
|
||||
var/obj/item/weapon/disk/xenobio/loaded_disk //Currently loaded data disk.
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
/obj/machinery/xenobio2/manualinjector
|
||||
name = "biological injector"
|
||||
desc = "Injects biological organisms that are inserted with the contents of an inserted beaker at the command of a remote computer."
|
||||
density = 1
|
||||
anchored = 1
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
use_power = USE_POWER_IDLE
|
||||
icon = 'icons/obj/biogenerator.dmi'
|
||||
icon_state = "biogen-work"
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
desc = "A machine for creating slimes from cores. Amazing!"
|
||||
icon = 'icons/obj/xenoarchaeology.dmi'
|
||||
icon_state = "restruct_0"
|
||||
density = 1
|
||||
anchored = 1
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
circuit = /obj/item/weapon/circuitboard/slimereplicator
|
||||
var/obj/item/xenoproduct/slime/core/core = null
|
||||
var/inuse
|
||||
|
||||
Reference in New Issue
Block a user