From 3333682fc548ad8efa980e80773e782ae8d30b36 Mon Sep 17 00:00:00 2001 From: nikothedude <59709059+nikothedude@users.noreply.github.com> Date: Fri, 15 May 2026 12:37:48 -0400 Subject: [PATCH] Adds a hardlight bow goodie kit + a few bow tweaks (#5575) ## About The Pull Request Title. It costs 500 credits and only has 1 bow and a quiver with nonlethal arrows. Fixes a typo in the voucher description. ## Why It's Good For The Game Makes the bow more accessible. Shouldnt cause a bowtide because like, you could also just kinda get a gun for the price... ## Proof Of Testing
Screenshots/Videos image
## Changelog :cl: add: A 500 credit hardlight bow goodie case for cargo /:cl: --- modular_zubbers/code/modules/cargo/packs/goodies.dm | 7 +++++++ modular_zubbers/code/modules/cargo/packs/security.dm | 1 + .../code/modules/security/sec_vouchers_vendor.dm | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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(