Allows players to commit seppuku with any katana, adds slash SFX to

katana suicide
This commit is contained in:
El Presidente P
2018-05-28 19:07:11 -04:00
parent b6e608cb4c
commit e4c63ac25a
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -223,6 +223,7 @@
/obj/item/katana/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is slitting [user.p_their()] stomach open with [src]! It looks like [user.p_theyre()] trying to commit seppuku!</span>")
playsound(src, 'sound/weapons/bladeslice.ogg', 50, 1)
return(BRUTELOSS)
/obj/item/wirerod