mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-18 14:11:55 +00:00
Ports the radiation subsystem and cleans up damage flags. (#15715)
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
if(organs_to_gib.len)
|
||||
var/obj/item/organ/external/E = pick(organs_to_gib)
|
||||
to_chat(H, "<span class='danger'>You partially phase into \the [impediment], causing your [E.name] to violently dematerialize!</span>")
|
||||
H.apply_damage(35, BRUTE, E, 0)
|
||||
H.apply_damage(35, DAMAGE_BRUTE, E, 0)
|
||||
|
||||
else
|
||||
if(newdest)
|
||||
|
||||
Reference in New Issue
Block a user