mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-28 01:42:50 +00:00
fucky lists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user