mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-24 06:37:17 +01:00
initial
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user