Implement Bay's SSmachinery and power usage updates, further unclogging the toilet (#13910)

This commit is contained in:
Wildkins
2022-05-16 18:50:16 +02:00
committed by GitHub
parent a18d6598e3
commit a4461a17af
296 changed files with 1662 additions and 1778 deletions
+2 -2
View File
@@ -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