Gravity generator is now more radioactive to people when turning on or off (#20001)

This commit is contained in:
Qwertytoforty
2023-01-06 21:56:58 +01:00
committed by GitHub
parent bc9ec84174
commit 61eefd625e
+3 -1
View File
@@ -350,7 +350,9 @@ GLOBAL_LIST_EMPTY(gravity_generators)
/obj/machinery/gravity_generator/main/proc/pulse_radiation()
radiation_pulse(src, 200)
radiation_pulse(src, 600, 2)
for(var/mob/living/L in view(7, src)) //Windows kinda make it a non threat, no matter how much I amp it up, so let us cheat a little
radiation_pulse(get_turf(L), 600, 2)
/**
* Shake everyone on the z level and play an alarm to let them know that gravity was enagaged/disenagaged.