mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Implement Bay's SSmachinery and power usage updates, further unclogging the toilet (#13910)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "A small underfloor device specifically designed to disrupt energy barriers."
|
||||
icon = 'icons/obj/machines/shielding.dmi'
|
||||
icon_state = "fdiffuser_on"
|
||||
use_power = TRUE
|
||||
use_power = POWER_USE_IDLE
|
||||
idle_power_usage = 100
|
||||
active_power_usage = 2000
|
||||
anchored = TRUE
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
var/enabled = TRUE
|
||||
|
||||
/obj/machinery/shield_diffuser/machinery_process()
|
||||
/obj/machinery/shield_diffuser/process()
|
||||
if(stat & BROKEN)
|
||||
return PROCESS_KILL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user