Skip to content

Commit

Permalink
Add Seppuku to the Captain Saber (ParadiseSS13#26936)
Browse files Browse the repository at this point in the history
Simple (almost 1 to 1) copy paste from eswords (because  oop sucks).
  • Loading branch information
Kenionatus authored Oct 3, 2024
1 parent 8307b06 commit 95888bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/objects/items/weapons/melee/melee_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.5, _parryable_attack_types = NON_PROJECTILE_ATTACKS)
RegisterSignal(src, COMSIG_PARENT_QDELETING, PROC_REF(alert_admins_on_destroy))

/obj/item/melee/saber/suicide_act(mob/user)
user.visible_message(pick("<span class='suicide'>[user] is slitting [user.p_their()] stomach open with [src]! It looks like [user.p_theyre()] trying to commit seppuku!</span>", \
"<span class='suicide'>[user] is falling on [src]! It looks like [user.p_theyre()] trying to commit suicide!</span>"))
return BRUTELOSS

// Traitor Sword
/obj/item/melee/snakesfang
name = "snakesfang"
Expand Down

0 comments on commit 95888bb

Please sign in to comment.