mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Remove sharp/edge in procs and consolidate them into damage flags. (#8672)
This commit is contained in:
@@ -208,7 +208,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, sharp=0, edge=0)
|
||||
H.apply_damage(35, BRUTE, E, 0)
|
||||
|
||||
else
|
||||
if(newdest)
|
||||
|
||||
Reference in New Issue
Block a user