mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 19:07:26 +01:00
Radiation Storm Rework (#16515)
* kneel before me sneaky * vending update * conflict * conflict fix take 2? * radiation buff (and changes) * nuking comments I forgot to remove
This commit is contained in:
@@ -42,8 +42,9 @@
|
||||
lights()
|
||||
|
||||
/datum/event/radiation_storm/proc/radiate()
|
||||
for(var/mob/living/C in living_mob_list)
|
||||
C.apply_radiation_effects()
|
||||
var/radiation_level = rand(20, 40)
|
||||
for(var/z in affecting_z)
|
||||
SSradiation.z_radiate(locate(1, 1, z), radiation_level, TRUE)
|
||||
|
||||
/datum/event/radiation_storm/end(var/faked)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user