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

Universal Expeditions #133

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
sprite: Structures/catwalk.rsi
state: catwalk_preview
product: CargoPallet
cost: 250
cost: 2000
category: Cargo
group: market
group: market
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
state: cpu_supply
- type: ComputerBoard
prototype: ComputerSalvageExpedition
- type: StaticPrice
price: 500

- type: entity
parent: BaseComputerCircuitboard
Expand Down Expand Up @@ -179,7 +181,7 @@
- type: ComputerBoard
prototype: ComputerResearchAndDevelopment
- type: StaticPrice
price: 250
price: 250

- type: entity
parent: BaseComputerCircuitboard
Expand Down Expand Up @@ -358,7 +360,7 @@
components:
- type: ComputerBoard
prototype: ComputerIFFSyndicate

- type: entity
parent: BaseComputerCircuitboard
id: ShipyardComputerCircuitboard
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Catalog/Fills/AstroVend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- type: vendingMachineInventory
id: CircuitVendInventory
startingInventory:
## SalvageExpeditionsComputerCircuitboard: 8
SalvageExpeditionsComputerCircuitboard: 8
OreProcessorMachineCircuitboard: 10
CircuitImprinterMachineCircuitboard: 6
ProtolatheMachineCircuitboard: 6
Expand Down
Loading