Files
siliconsandGitHub 5134116de4 supply: supply pack datums, some reworks (#6599)
tl;dr refactors supplypacks to a new system

- all access locks yanked from crates other than the ones that actually
need to be locked
- preps system for reworks, translates stuff over to a new format
- adds unified subsystem parsing & support for other descriptors for
cargo crate contents other than typepath
2024-07-31 10:28:39 -04:00

391 B

Cargo Module

The game's Supply and Cargo systems with their related things live here.

While this can somewhat be associated with Cargo, remember that the station is not the only one with a supply controller.

  • supply - the supply buy/sell system, which is literally just an IC way for the game world to spawn/delete things for this abstract thing we call 'money'

More modules to come.