diff --git a/modular_zubbers/code/modules/cargo/packs/goodies.dm b/modular_zubbers/code/modules/cargo/packs/goodies.dm index a5c9c274e3a..6317430bf51 100644 --- a/modular_zubbers/code/modules/cargo/packs/goodies.dm +++ b/modular_zubbers/code/modules/cargo/packs/goodies.dm @@ -236,3 +236,10 @@ desc = "Contains a single magazine for the Miecz Submachinegun." cost = PAYCHECK_COMMAND * 1.5 contains = list(/obj/item/ammo_box/magazine/miecz) + +/datum/supply_pack/goody/security_bow + name = "Hardlight Bow Single-Pack" + desc = "Contains a hardlight bow capable of defeating armor, alongside a quiver with nonlethal arrows. Ask your blacksmith for lethal arrows." + cost = PAYCHECK_COMMAND * 5 + access_view = ACCESS_WEAPONS + contains = list(/obj/item/gun/ballistic/bow/security, /obj/item/storage/bag/quiver/lesser/security) diff --git a/modular_zubbers/code/modules/cargo/packs/security.dm b/modular_zubbers/code/modules/cargo/packs/security.dm index 9cad36ccbd3..215f0732aa5 100644 --- a/modular_zubbers/code/modules/cargo/packs/security.dm +++ b/modular_zubbers/code/modules/cargo/packs/security.dm @@ -147,6 +147,7 @@ contains = list(/obj/item/ammo_box/magazine/miecz = 4) cost = CARGO_CRATE_VALUE * 4 access = ACCESS_SECURITY + /datum/supply_pack/security/armory/archery_kit name = "Archery Crate" desc = "Two hardlight bows capable of defeating armor, alongside a mix of lethal and non/less-than-lethal arrows." diff --git a/modular_zubbers/code/modules/security/sec_vouchers_vendor.dm b/modular_zubbers/code/modules/security/sec_vouchers_vendor.dm index 36c772d049e..29d53192dc7 100644 --- a/modular_zubbers/code/modules/security/sec_vouchers_vendor.dm +++ b/modular_zubbers/code/modules/security/sec_vouchers_vendor.dm @@ -76,7 +76,7 @@ /datum/voucher_set/security/primary/archery name = "Archery Kit" - description = "A powerful bow, a training manual, and a quiver with non/less-than-lethal arrows. You will still need to order the fletching kit from cargo if you want to make lethal arrows." + description = "A powerful bow, a training manual, and a quiver with non/less-than-lethal arrows. You will still need to order the fletching book from cargo if you want to make lethal arrows." icon = 'icons/obj/weapons/bows/bows.dmi' icon_state = "hardlightbow" set_items = list(