From 07a24ef377f1f55e63cb29335c848f2f44435fb2 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 26 Aug 2025 11:04:51 -0400 Subject: [PATCH] Adds the engineering equipment access lock to IRCD goodie packs (#4536) ## About The Pull Request Adds engineering equipment access to the required access to purchase IRCD goodie packs, bringing it in-line with the IRCD crates. ## Why It's Good For The Game Ideally, we should not have random assistants or *literally anybody* being able to purchase IRCDs. ## Proof Of Testing See the screenshot below.
Screenshots/Videos image
## Changelog :cl: balance: IRCD goodie packs now require engineering equipment access /:cl: --- modular_skyrat/modules/cargo/code/goodies.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_skyrat/modules/cargo/code/goodies.dm b/modular_skyrat/modules/cargo/code/goodies.dm index c11c4f72b03..6fa3eb9f4a5 100644 --- a/modular_skyrat/modules/cargo/code/goodies.dm +++ b/modular_skyrat/modules/cargo/code/goodies.dm @@ -37,6 +37,7 @@ name = "Improved RCD" desc = "An upgraded RCD featuring superior material storage. Comes with complimentary frames and circuitry upgrades to boot!" cost = PAYCHECK_CREW * 38 + access_view = ACCESS_ENGINE_EQUIP contains = list(/obj/item/construction/rcd/improved) /*