From 096d9e01e1c668d37f8c5669d79dbc6774cb4ae3 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Thu, 30 Jan 2020 03:19:04 +0100 Subject: [PATCH] Update weaponry.dm --- code/game/objects/items/weaponry.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index 91c765b003..ad7456dac2 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -349,13 +349,13 @@ 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, mob/user, params)) . = ..() if(istype(I, /obj/item/stack/sheet/mineral/silver)) icon_state = extended : "switchblade_ext_msf" : "switchblade_msf" extended_icon_state = "switchblade_ext_msf" icon_state = "switchblade_msf" - to_chat(usr,"You use part of the silver to improve your Switchblade. Stylish!") + to_chat(user, "You use part of the silver to improve your Switchblade. Stylish!") /obj/item/phone name = "red phone"