mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user