Rebalanced Power consumption, increase for machines (#66059)

Machinery power consumption rebalance.
This commit is contained in:
Ghilker
2022-04-20 09:50:54 +02:00
committed by GitHub
parent 4ba9b2d585
commit ffd1ae5fc0
189 changed files with 492 additions and 342 deletions
@@ -115,6 +115,7 @@
lock_vault()
/obj/machinery/computer/vaultcontroller/ui_interact(mob/user, datum/tgui/ui)
. = ..()
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)
ui = new(user, src, "VaultController", name)
@@ -82,8 +82,8 @@
anchored = TRUE
density = TRUE
obj_flags = NO_BUILD // Becomes undense when the door is open
idle_power_usage = 50
active_power_usage = 300
idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 0.5
active_power_usage = BASE_MACHINE_ACTIVE_CONSUMPTION * 0.3
var/busy = FALSE
var/busy_icon_state