From 2cd6ed5f26e01096e8bd381e3c03bd2cb6f9ddb1 Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Sun, 26 Jan 2020 16:31:00 -0500 Subject: [PATCH] REEEE STRAY SLASHES WHY CAN'T I DO THINGS RIGHT THE FIRST TIME --- code/game/objects/items/weaponry.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index c776a52ecf..27e761dcdf 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -349,7 +349,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 extended_throwforce = 18 extended_icon_state = "switchblade_ext_ms" -/obj/item/switchblade/makeshift/attackby(/obj/item/I) //Theres no way in hell I did this proc right. Special thanks to Hatterhat and Putnam. They pretty much made this proc for me because im a fucking dentskull haha. +/obj/item/switchblade/makeshift/attackby(obj/item/I) //Theres no way in hell I did this proc right. Special thanks to Hatterhat and Putnam. They pretty much made this proc for me because im a fucking dentskull haha. if(istype(I,/obj/item/stack/sheet/mineral/silver)) icon_state = "switchblade_msf" extended_icon_state = "switchblade_ext_msf"