diff --git a/code/modules/cargo/orderconsole.dm b/code/modules/cargo/orderconsole.dm index 40edffda8e4..7101f38f0f3 100644 --- a/code/modules/cargo/orderconsole.dm +++ b/code/modules/cargo/orderconsole.dm @@ -297,6 +297,7 @@ if(pack.access_view && !(pack.access_view in access) && personal_department) // We want to block cargo requests when a player is requesting a restricted pack that they don't have access to. // BUT only when it's requested with non-cargo funds, as cargo had direct oversight over their own purchases with their own budget. + // HOWEVER, this shouldn't prevent someone from buying something using their own personal funds. say("ERROR: User lacks the requisite access for this purchase request.") return diff --git a/tgui/packages/tgui/interfaces/Cargo/CargoCatalog.tsx b/tgui/packages/tgui/interfaces/Cargo/CargoCatalog.tsx index 2d97b55d8aa..a83315c8cd6 100644 --- a/tgui/packages/tgui/interfaces/Cargo/CargoCatalog.tsx +++ b/tgui/packages/tgui/interfaces/Cargo/CargoCatalog.tsx @@ -147,7 +147,6 @@ function CatalogTabs(props: CatalogTabsProps & Props) { setActiveSupplyName(supply.name); setSearchText(''); }} - style={supply.name === "Goodies" ? {display: 'none'} : undefined} > {supply.name}