mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user