Merge pull request #11615 from VOREStation/upstream-merge-8311

[MIRROR] Remove suicide act
This commit is contained in:
Aronai Sieyes
2021-10-27 20:48:15 -04:00
committed by Chompstation Bot
parent 299511d80d
commit 0f2f5cb482
25 changed files with 9 additions and 313 deletions

View File

@@ -29,11 +29,6 @@
/obj/item/instrument/proc/should_stop_playing(mob/user)
return user.incapacitated() || !((loc == user) || (isturf(loc) && Adjacent(user))) // sorry, no more TK playing.
/obj/item/instrument/suicide_act(mob/user)
var/datum/gender/T = gender_datums[user.get_visible_gender()]
user.visible_message("<span class='suicide'>[user] begins to play 'Gloomy Sunday'! It looks like [T.hes] trying to commit suicide!</span>")
return (BRUTELOSS)
/obj/item/instrument/attack_self(mob/user)
if(!user.IsAdvancedToolUser())
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")