mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user