Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Largely removes chem crates from the trade system. #2453

Merged
merged 10 commits into from
Dec 21, 2024
3 changes: 3 additions & 0 deletions Resources/Prototypes/Catalog/Cargo/cargo_medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@

- type: cargoProduct
id: ChemistryP
abstract: true # Frontier
icon:
sprite: Structures/Storage/Crates/chemcrate_secure.rsi
state: icon
Expand All @@ -140,6 +141,7 @@

- type: cargoProduct
id: ChemistryS
abstract: true # Frontier
icon:
sprite: Structures/Storage/Crates/chemcrate_secure.rsi
state: icon
Expand All @@ -150,6 +152,7 @@

- type: cargoProduct
id: CrateChemistryD
abstract: true # Frontier
icon:
sprite: Structures/Storage/Crates/chemcrate_secure.rsi
state: icon
Expand Down
Loading