Update weaponry.dm

This commit is contained in:
Ghom
2020-01-30 03:28:47 +01:00
committed by GitHub
parent 096d9e01e1
commit 793cc26ddc

View File

@@ -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, mob/user, params))
/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"