maybe this will work

This commit is contained in:
Linzolle
2020-02-13 13:02:51 -06:00
parent d22631700c
commit f890317810
@@ -8,6 +8,13 @@
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
/datum/crafting_recipe/pin_removal/check_requirements(mob/user, list/collected_requirements)
var/obj/item/gun/G = collected_requirements[/obj/item/gun][1]
if (G.no_pin_required)
to_chat(user, "<span class='notice'>You can't seem to figure out how to remove a pin from this weapon.</span>")
return FALSE
return TRUE
/datum/crafting_recipe/strobeshield
name = "Strobe Shield"
result = /obj/item/assembly/flash/shield