Adds an arg to dust() which controls whether it gives a negative moodlet (#94868)

## About The Pull Request

Tin, also changes all the remaining positional args to kwargs.

## Why It's Good For The Game

More flexibility with this proc is good, you might want to dust someone
without giving the negative moodlet

## Changelog

Not player-facing
This commit is contained in:
Bloop
2026-01-16 17:23:32 -05:00
committed by GitHub
parent 30506e1895
commit 569c8abc07
11 changed files with 14 additions and 13 deletions
@@ -42,7 +42,7 @@
var/mob/living/carbon/human/stored_owner = active_owner //to avoid infinite looping when dust unequips the pendant
active_owner = null
to_chat(stored_owner, span_userdanger("You feel your life rapidly slipping away from you!"))
stored_owner.dust(TRUE, TRUE)
stored_owner.dust(just_ash = TRUE, drop_items = TRUE)
/obj/item/clothing/neck/necklace/memento_mori/proc/check_health(mob/living/source)
SIGNAL_HANDLER