Skip to content

Commit

Permalink
Merge pull request #1263 from dvir001/2024-04-23-Cargo
Browse files Browse the repository at this point in the history
Crates fixing
  • Loading branch information
GreaseMonk authored Apr 23, 2024
2 parents 69a12c7 + c001b74 commit cb4169a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

- type: cargoProduct
id: FunBoardGames
abstract: true # Frontier - Moved to vending machine
icon:
sprite: Objects/Fun/dice.rsi
state: d6_6
Expand Down Expand Up @@ -218,10 +219,21 @@

- type: cargoProduct
id: FunATV
icon:
sprite: Objects/Vehicles/atv.rsi
state: vehicle
product: CrateFunATV
cost: 1500
category: cargoproduct-category-name-fun
group: market

- type: cargoProduct
id: FunCrateGambling
abstract: true # Frontier
icon:
sprite: Objects/Economy/cash.rsi
state: cash_1000000
product: CrateCargoGambling
cost: 10000
cost: 1000000 # Frontier 10000<1000000 in the case this is added again by mistake.
category: cargoproduct-category-name-fun
group: market
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
parent: CrateSyndicate
components:
- type: SurplusBundle
totalPrice: 30
totalPrice: 20
storePreset: StorePresetLightUplink

0 comments on commit cb4169a

Please sign in to comment.