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:
CampinKiller24
2023-09-01 13:06:17 -05:00
committed by GitHub
parent 812a6be9e8
commit a4e1131a3e
9 changed files with 19 additions and 73 deletions
+3 -2
View File
@@ -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)
..()