mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
Reduces the radiation damage caused by uranium golems (#11356)
This commit is contained in:
@@ -385,7 +385,7 @@
|
||||
var/turf/T = get_turf(mob)
|
||||
if(T && (loc.z == T.z))
|
||||
if(ishuman(mob))
|
||||
mob.apply_effect(450, IRRADIATE)
|
||||
mob.apply_damage(250, IRRADIATE, damage_flags = DAM_DISPERSED)
|
||||
new /obj/effect/temp_visual/nuke(A.loc)
|
||||
explosion(A,2,5,9)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user