From 39564fa99cbc9363047040ab17d9f6b826ca089e Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Sun, 5 May 2024 05:29:34 -0300 Subject: [PATCH] Adds the Candor to Cargo. (#2946) ## About The Pull Request As it says, the mags and ammo were already buyable before so not much fancy here!! ## Why It's Good For The Game The candor oughta be viable!! it's the hot new thing!! everyone's rockin it!! it's the trusty sidearm of every spacer!! Also requested by Apogee and Ryerice. ## Changelog :cl: add: The Candor may now be bought from the outpost. /:cl: --- code/modules/cargo/packs/gun.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index 85a1cb0e0c3c..10fc527b6edd 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -30,6 +30,12 @@ contains = list(/obj/item/gun/ballistic/automatic/pistol, /obj/item/gun/ballistic/automatic/pistol) +/datum/supply_pack/gun/candors + name = "Candor Pistol Crate" + desc = "Contains a Candor pistol, the trusty sidearm of any spacer, produced by Hunter's Pride and chambered in .45 ACP." + cost = 1000 + contains = list(/obj/item/gun/ballistic/automatic/pistol/candor) + /datum/supply_pack/gun/revolver name = "Scarborough Revolver Crate" desc = "Contains a concealable Scarborough revolver, chambered in .357."