From e210db0fbcc28b3d2bd405a200ba26aaf9809218 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:25:45 +0100 Subject: [PATCH] [MIRROR] Adds a mint condition clear PDA to the Goodies menu for 100,000 credits. [MDB IGNORE] (#25814) * Adds a mint condition clear PDA to the Goodies menu for 100,000 credits. (#80446) ## About The Pull Request Adds a mint condition clear PDA to the Goodies menu for 100,000 credits. ## Why It's Good For The Game Encourages crewmembers to hustle for that sweet, sweet mint condition in box clear PDA. ## Changelog :cl: add: Adds a mint condition clear PDA to the Goodies menu for 100,000 credits. /:cl: * Adds a mint condition clear PDA to the Goodies menu for 100,000 credits. --------- Co-authored-by: Iamgoofball --- code/modules/cargo/goodies.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/cargo/goodies.dm b/code/modules/cargo/goodies.dm index cf08c773d06..9dbd2d05130 100644 --- a/code/modules/cargo/goodies.dm +++ b/code/modules/cargo/goodies.dm @@ -4,6 +4,12 @@ group = "Goodies" goody = TRUE +/datum/supply_pack/goody/clear_pda + name = "Mint Condition Nanotrasen Clear PDA" + desc = "Mint condition, freshly repackaged! A valuable collector's item normally valued at over 2.5 million credits, now available for a steal!" + cost = 100000 + contains = list(/obj/item/modular_computer/pda/clear) + /datum/supply_pack/goody/dumdum38 name = ".38 DumDum Speedloader" desc = "Contains one speedloader of .38 DumDum ammunition, good for embedding in soft targets."