Stunswords cannot be crafted with cargo sabres, renfair claymores and bone swords (#4865)

## About The Pull Request

Upstream PR blacklisted almost all non-true variants, including a lot of
unique ones - this is a very powerful weapon reserved for rare
instances, NOT FOR MASS PRODUCTION.

And with them not having all of the items this PR targets, it slipped by
for us. They (items) shouldn't have been allowed to do this to begin
with.

Scream at me for formatting change on the override.


## Changelog

🆑
fix: Stunswords cannot be crafted with cargo sabres/bone swords/renfair
swords
/🆑
This commit is contained in:
Ssalty
2025-10-31 23:01:09 +01:00
committed by GitHub
parent d8bf50263a
commit c12d3aaaa6
@@ -51,3 +51,22 @@
/obj/item/stack/sheet/cloth = 2)
time = 80
category = CAT_MISC
/datum/crafting_recipe/stunsword
blacklist = list(
/obj/item/claymore/cutlass,
/obj/item/claymore/cutlass/old,
/obj/item/claymore/carrot,
/obj/item/claymore/shortsword,
/obj/item/claymore/highlander,
/obj/item/claymore/weak,
/obj/item/claymore/weak/weaker,
/obj/item/claymore/weak/ceremonial,
/obj/item/claymore/highlander/robot,
/obj/item/claymore/bone
)
/datum/crafting_recipe/stunswordalt2
blacklist = list(
/obj/item/melee/sabre/cargo
)