Update weaponry.dm

This commit is contained in:
ShadeAware
2020-01-20 18:49:04 -05:00
committed by GitHub
parent 6f243f9c44
commit 9f488c80a1

View File

@@ -337,24 +337,13 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
user.visible_message("<span class='suicide'>[user] is slitting [user.p_their()] own throat with [src]! It looks like [user.p_theyre()] trying to commit suicide!</span>")
return (BRUTELOSS)
/obj/item/switchblade_makeshift
name = "switchblade"
icon_state = "switchblade"
lefthand_file = 'icons/mob/inhands/weapons/swords_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/swords_righthand.dmi'
/obj/item/switchblade/makeshift
icon_state = "switchblade_ms"
desc = "A concealable spring-loaded knife."
flags_1 = CONDUCT_1
force = 2
w_class = WEIGHT_CLASS_SMALL
throwforce = 3
throw_speed = 3
throw_range = 6
materials = list(MAT_METAL=12000)
hitsound = 'sound/weapons/genhit.ogg'
attack_verb = list("stubbed", "poked")
var/extended = 0
/obj/item/switchblade_makeshift/attack_self(mob/user)
/obj/item/switchblade/makeshift/attack_self(mob/user)
extended = !extended
playsound(src.loc, 'sound/weapons/batonextend.ogg', 50, 1)
if(extended)
@@ -374,10 +363,6 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
hitsound = 'sound/weapons/genhit.ogg'
sharpness = IS_BLUNT
/obj/item/switchblade_makeshift/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is slitting [user.p_their()] own throat with [src]! It looks like [user.p_theyre()] trying to commit suicide!</span>")
return (BRUTELOSS)
/obj/item/phone
name = "red phone"
desc = "Should anything ever go wrong..."