Merge pull request #12511 from BonniePandora/Unfucks-crafting

Fixes the infina-scoped-rifle bug
This commit is contained in:
Casey
2022-03-23 02:35:40 -04:00
committed by GitHub

View File

@@ -60,10 +60,8 @@
/datum/crafting_recipe/scopedrifle
name = "Bolt scope to bolt-action (cannot be removed)"
result = /obj/item/weapon/gun/projectile/shotgun/pump/rifle/scoped
reqs = list(
/obj/item/device/binoculars/scope = 1,
/obj/item/weapon/gun/projectile/shotgun/pump/rifle = 1
)
reqs = list(list(/obj/item/device/binoculars/scope = 1),
list(/obj/item/weapon/gun/projectile/shotgun/pump/rifle = 1))
time = 180
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
subcategory = CAT_WEAPON