This commit is contained in:
vm-silicons
2025-12-19 21:53:57 -08:00
parent ada5c19928
commit c90f9d8a92
38 changed files with 158 additions and 127 deletions
+1 -1
View File
@@ -180,7 +180,7 @@
var/obj/effect/holodeck_effect/HE = e
HE.tick()
active_power_usage = 50 + spawned.len * 3 + effects.len * 5
active_power_usage = 50 + spawned?.len * 3 + effects?.len * 5
/obj/machinery/computer/holodeck/emag_act(mob/user)
. = ..()