From fffea32a59f5bb1726b9c60d91b2c9ae520dafe6 Mon Sep 17 00:00:00 2001 From: ShadeAware <57020074+ShadeAware@users.noreply.github.com> Date: Sun, 26 Jan 2020 19:26:58 -0500 Subject: [PATCH] Lets the user know they improved their switchblade. Confusion is bad. Lets make it not confusing. --- code/game/objects/items/weaponry.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index 27e761dcdf..38af4733f2 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -354,6 +354,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 icon_state = "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!") /obj/item/phone name = "red phone"