Adds a nugget smite for admins (#22637)

* new smites

* part dos

* just nugget

* msg update

* forgot to move this

* Review

* added logmsg

* Update code/modules/mob/living/carbon/human/human_death.dm

Tested and applied!

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

---------

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
Burzah
2023-10-09 20:00:29 +02:00
committed by GitHub
co-authored by Farie82
parent 216e47a717
commit b02ce067bf
2 changed files with 15 additions and 0 deletions
@@ -169,3 +169,10 @@
update_body()
update_mutantrace()
UpdateAppearance() // reset hair from DNA
/mob/living/carbon/human/proc/make_nugget(mob/living)
for(var/obj/item/organ/external/limb as anything in bodyparts)
if(limb.body_part == LEG_RIGHT || limb.body_part == LEG_LEFT || limb.body_part == ARM_RIGHT || limb.body_part == ARM_LEFT)
limb.droplimb()
emote("scream")
playsound(src, 'sound/misc/desceration-03.ogg', 70)