Update weaponry.dm

This commit is contained in:
Ghom
2020-01-30 04:05:35 +01:00
committed by GitHub
parent 793cc26ddc
commit 1caa2af4cf

View File

@@ -352,7 +352,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
/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"
icon_state = extended ? "switchblade_ext_msf" : "switchblade_msf"
extended_icon_state = "switchblade_ext_msf"
icon_state = "switchblade_msf"
to_chat(user, "<span class='notice'>You use part of the silver to improve your Switchblade. Stylish!</span>")