mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Machinery: Always use update_use_power()
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "mixer0"
|
||||
circuit = /obj/item/weapon/circuitboard/chem_master
|
||||
use_power = 1
|
||||
use_power = USE_POWER_IDLE
|
||||
idle_power_usage = 20
|
||||
var/beaker = null
|
||||
var/obj/item/weapon/storage/pill_bottle/loaded_pill_bottle = null
|
||||
@@ -333,7 +333,7 @@
|
||||
icon_state = "juicer1"
|
||||
density = 0
|
||||
anchored = 0
|
||||
use_power = 1
|
||||
use_power = USE_POWER_IDLE
|
||||
idle_power_usage = 5
|
||||
active_power_usage = 100
|
||||
circuit = /obj/item/weapon/circuitboard/grinder
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
var/accept_drinking = 0
|
||||
var/amount = 30
|
||||
|
||||
use_power = 1
|
||||
use_power = USE_POWER_IDLE
|
||||
idle_power_usage = 100
|
||||
anchored = 1
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/obj/machinery/portable_atmospherics/powered/reagent_distillery
|
||||
name = "chemical distillery"
|
||||
desc = "A complex machine utilizing state-of-the-art components to mix chemicals at different temperatures."
|
||||
use_power = 1
|
||||
use_power = USE_POWER_IDLE
|
||||
|
||||
icon = 'icons/obj/machines/reagent.dmi'
|
||||
icon_state = "distiller"
|
||||
|
||||
Reference in New Issue
Block a user