2 Commits

Author SHA1 Message Date
FabianK3 328c56be11 Arc feature - Persistent supplies (#22368)
# Summary

This PR adds persistent supply packages and a specialized charge card
for lore arcs.
Both can only be created using admin permissions and are not intended
for general availability.

## Changes

- Added a new package type, persistent supplies.
- Abstracted existing orion deliveries for shared code.
- Added a new persistent charge card variant.
- Added exceptions and specific logging for new card variant.

## Notes

Depends on PR #22367. Specific merge order not relevant.

Icons by @Fyniiy.

Relevant information for the current arc can be found on the forum
thread [Operation Deep
Dive](https://forums.aurorastation.org/topic/22921-all-crew-thread-operation-deep-dive/).

---------

Signed-off-by: FabianK3 <21039694+FabianK3@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
2026-05-05 01:25:06 +00:00
Casper3667 c89f4fb977 Combines the quikpay system into a datum, adds categories and more commissary things (#22055)
This fixes a couple of issues with the quikpay program, and makes it
into a datum that can be put into anything.
The ordering terminal the galley has now uses the quikpay program as
well.
The commissary now has a wall terminal they can enable and disable at
need to allow people to purchase things while the shop is unattended.
Also a small expansion to the commissary.
Food and drink fridges can be renamed with a pen.
All commissary shelves now have a message when an item are taken from
them.
The frozen meal vending machine was also readded behind the café.

<img width="550" height="550" alt="image"
src="https://github.com/user-attachments/assets/9217d942-47f1-4ec8-a459-0e94107bcebe"
/>
<img width="210" height="201" alt="image"
src="https://github.com/user-attachments/assets/fc7ad3df-7e96-49ae-83ec-df5c4a956cb4"
/>

<img width="451" height="556" alt="image"
src="https://github.com/user-attachments/assets/9126477e-7058-429e-a0e4-264d9c59f9ed"
/>

<img width="684" height="628" alt="image"
src="https://github.com/user-attachments/assets/fc95aa5c-eab1-414b-8491-2b1bbc156763"
/>

<img width="447" height="452" alt="image"
src="https://github.com/user-attachments/assets/c136840c-867c-4ea3-b61a-03aa3e5cd99d"
/>

<img width="160" height="224" alt="image"
src="https://github.com/user-attachments/assets/63e2add4-ce41-4920-bd91-1038f9661a85"
/>
2026-03-26 20:57:43 +00:00