adds the gigashatter proc (#7589)

Gave Admins a gigashatter proc, which will fracture every single bone in your body. Fear the wrath of the redname.

Admins, you can call this proc by VVing a human mob, going to "call proc", then typing in 'gigashatter', then press finished and OK.
This commit is contained in:
Geeves
2019-12-07 23:48:40 +02:00
committed by Erki
parent ead72eee56
commit aa86cc3f61
2 changed files with 11 additions and 0 deletions

View File

@@ -1626,3 +1626,8 @@
/mob/living/carbon/human/proc/pulse()
var/obj/item/organ/internal/heart/H = internal_organs_by_name[BP_HEART]
return H ? H.pulse : PULSE_NONE
/mob/living/carbon/human/proc/gigashatter()
for(var/obj/item/organ/external/E in organs)
E.fracture()
return

View File

@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Gave Admins a gigashatter proc, which will fracture every single bone in your body. Fear the wrath of the redname."