mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
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:
@@ -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
|
||||
6
html/changelogs/geeves - giga-shatter.yml
Normal file
6
html/changelogs/geeves - giga-shatter.yml
Normal 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."
|
||||
Reference in New Issue
Block a user