mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Base Commit
Update shotgun.dm Final Commit? Final
This commit is contained in:
@@ -56,3 +56,14 @@
|
||||
time = 120
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
/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
|
||||
)
|
||||
time = 180
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
@@ -129,6 +129,17 @@
|
||||
containername = "Ballistic weapon crate"
|
||||
access = access_armory
|
||||
|
||||
/datum/supply_pack/munitions/bolt_rifles_lethal
|
||||
name = "Weapons - Bolt-Action Rifles"
|
||||
contains = list(
|
||||
/obj/item/weapon/gun/projectile/shotgun/pump/rifle = 2,
|
||||
/obj/item/ammo_magazine/ammo_box/b762 = 4,
|
||||
)
|
||||
cost = 60
|
||||
containertype = /obj/structure/closet/crate/secure/weapon
|
||||
containername = "Ballistic Weapons crate"
|
||||
access = access_armory
|
||||
|
||||
/datum/supply_pack/munitions/bolt_rifles_competitive
|
||||
name = "Weapons - Competitive shooting rifles"
|
||||
contains = list(
|
||||
|
||||
Reference in New Issue
Block a user