From 00ce73f6b9d32ddaee510f595f4685ae93fb97fa Mon Sep 17 00:00:00 2001 From: Lynxless <43968273+Lynxless@users.noreply.github.com> Date: Fri, 7 Aug 2020 21:09:14 -0300 Subject: [PATCH] Mobs now affected --- code/datums/radiation_wave.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/radiation_wave.dm b/code/datums/radiation_wave.dm index fe018a8761..8dc3b64e16 100644 --- a/code/datums/radiation_wave.dm +++ b/code/datums/radiation_wave.dm @@ -105,7 +105,6 @@ // modify the ignored_things list in __HELPERS/radiation.dm instead var/static/list/blacklisted = typecacheof(list( /turf, - /mob, /obj/structure/cable, /obj/machinery/atmospherics, /obj/item/ammo_casing,