mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Gravity generator is now more radioactive to people when turning on or off (#20001)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user