use_power var now uses a define to reflect it not being a bool (#1842)

This commit is contained in:
CitadelStationBot
2017-06-30 20:41:59 -07:00
committed by kevinz000
parent c32da6e2cb
commit 9d5e51777b
103 changed files with 155 additions and 149 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
icon_state = "computer"
density = 1
anchored = 1
use_power = 1
use_power = IDLE_POWER_USE
idle_power_usage = 300
active_power_usage = 300
obj_integrity = 200
+1 -1
View File
@@ -3,7 +3,7 @@
desc = "Used to monitor active health sensors built into most of the crew's uniforms."
icon_screen = "crew"
icon_keyboard = "med_key"
use_power = 1
use_power = IDLE_POWER_USE
idle_power_usage = 250
active_power_usage = 500
circuit = /obj/item/weapon/circuitboard/computer/crew
+1 -1
View File
@@ -34,7 +34,7 @@
var/obj/item/weapon/disk/data/diskette = null
var/list/delayed_action = null
anchored = 1
use_power = 1
use_power = IDLE_POWER_USE
idle_power_usage = 10
active_power_usage = 400