Merge pull request #3156 from CHOMPStationBot/upstream-merge-11615

[MIRROR] [MIRROR] Remove suicide act
This commit is contained in:
Nadyr
2021-10-27 21:05:48 -04:00
committed by GitHub
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()