mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
And this.
This commit is contained in:
@@ -374,14 +374,14 @@ IF YOU MODIFY THE PRODUCTS LIST OF A MACHINE, MAKE SURE TO UPDATE ITS RESUPPLY C
|
||||
// the new paraplegic gets like 4 lines of losing their legs so skip them
|
||||
visible_message("<span class='danger'>[C]'s spinal cord is obliterated with a sickening crunch!</span>", ignored_mobs = list(C))
|
||||
C.gain_trauma(/datum/brain_trauma/severe/paralysis/paraplegic)
|
||||
if(5) // skull squish!
|
||||
if(5) // dismember head
|
||||
var/obj/item/bodypart/head/O = C.get_bodypart(BODY_ZONE_HEAD)
|
||||
if(O)
|
||||
C.visible_message("<span class='danger'>[O] explodes in a shower of gore beneath [src]!</span>", \
|
||||
"<span class='userdanger'>Oh f-</span>")
|
||||
O.dismember()
|
||||
O.drop_organs()
|
||||
//qdel(O) Deleting people's heads makes them angy
|
||||
/*O.drop_organs()
|
||||
qdel(O) Deleting people's heads makes them angy*/
|
||||
new /obj/effect/gibspawner/human/bodypartless(get_turf(C))
|
||||
C.apply_damage(max(0, squish_damage - crit_rebate), BRUTE)
|
||||
C.AddElement(/datum/element/squish, 60 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user