Committing suicide with a soul shard shards you (#96172)

## About The Pull Request

Exactly what the title says.

## Why It's Good For The Game

Someone tried doing this and was disappointed when it didn't do this. I
decided it would be funny if it did.

## Changelog

🆑
add: Committing suicide with an empty soul shard seals your soul within
it.
/🆑
This commit is contained in:
Y0SH1M4S73R
2026-05-21 19:49:21 -06:00
committed by GitHub
parent e25dc2e6ee
commit 002f29cf39
@@ -203,6 +203,11 @@
log_combat(user, M, "captured [M.name]'s soul", src)
capture_soul(M, user)
/obj/item/soulstone/suicide_act(mob/living/user)
. = ..()
user.visible_message(span_suicide("[user] is capturing [user.p_their()] own soul with [src]! It looks like [user.p_theyre()] trying to commit suicide!"))
return capture_soul(user, null, TRUE) ? MANUAL_SUICIDE : BRUTELOSS
///////////////////Options for using captured souls///////////////////////////////////////
/obj/item/soulstone/attack_self(mob/living/user)