Merge pull request #6969 from VOREStation/revert-6968-upstream-merge-6882

Redo "[MIRROR] Machinery: Always use update_use_power()"
This commit is contained in:
Aronai Sieyes
2020-03-24 15:09:21 -04:00
committed by GitHub
17 changed files with 1309 additions and 1356 deletions

View File

@@ -9,7 +9,7 @@
icon_keyboard = "tech_key"
icon_screen = "request"
light_color = "#315ab4"
use_power = 1
use_power = USE_POWER_IDLE
idle_power_usage = 250
active_power_usage = 500
circuit = /obj/item/weapon/circuitboard/roguezones

View File

@@ -4,7 +4,7 @@
icon = 'icons/obj/telescience.dmi'
icon_state = "qpad-idle"
anchored = TRUE
use_power = 1
use_power = USE_POWER_IDLE
idle_power_usage = 200
active_power_usage = 5000
circuit = /obj/item/weapon/circuitboard/quantumpad

View File

@@ -5,7 +5,7 @@
icon = 'icons/obj/telescience.dmi'
icon_state = "pad-idle"
anchored = 1
use_power = 1
use_power = USE_POWER_IDLE
circuit = /obj/item/weapon/circuitboard/telesci_pad
idle_power_usage = 200
active_power_usage = 5000

View File

@@ -3,7 +3,7 @@
desc = "A utility often used to lose weight."
icon = 'icons/obj/machines/fitness_machines_vr.dmi'
anchored = 1
use_power = 0
use_power = USE_POWER_OFF
idle_power_usage = 0
active_power_usage = 0
var/messages
@@ -88,7 +88,7 @@
icon_state = "scale"
desc = "A scale used to measure ones weight relative to their size and species."
anchored = 1 // Set to 0 when we can construct or dismantle these.
use_power = 0
use_power = USE_POWER_OFF
idle_power_usage = 0
active_power_usage = 0