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

@@ -115,12 +115,5 @@
add_fingerprint(user)
return
/obj/item/weapon/cell/device/weapon/gunsword/suicide_act(mob/user)
var/datum/gender/TU = gender_datums[user.get_visible_gender()]
if(active)
user.visible_message(pick("<span class='danger'>\The [user] is slitting [TU.his] stomach open with \the [src]! It looks like [TU.he] [TU.is] trying to commit seppuku.</span>",\
"<span class='danger'>\The [user] is falling on \the [src]! It looks like [TU.he] [TU.is] trying to commit suicide.</span>"))
return (BRUTELOSS|FIRELOSS)
/obj/item/weapon/cell/device/weapon/gunsword/update_icon()
cut_overlays()