Place tanks in cargo shuttle (#9233)

they didn't need to be in crates.
This commit is contained in:
EmoGarbage404
2022-06-27 10:44:02 -04:00
committed by GitHub
parent 6325a10a43
commit 7e2110b274
2 changed files with 6 additions and 26 deletions

View File

@@ -1,23 +1,23 @@
- type: cargoProduct - type: cargoProduct
name: "water tank crate" name: "water tank"
id: MaterialCrateWaterTank id: MaterialWaterTank
description: "A tank of fresh water for when the station has ran out." description: "A tank of fresh water for when the station has ran out."
icon: icon:
sprite: Structures/Storage/tanks.rsi sprite: Structures/Storage/tanks.rsi
state: watertank state: watertank
product: CrateMaterialWaterTank product: WaterTankFull
cost: 2000 cost: 2000
category: Materials category: Materials
group: market group: market
- type: cargoProduct - type: cargoProduct
name: "fuel tank crate" name: "fuel tank"
id: MaterialCrateFuelTank id: MaterialFuelTank
description: "A tank of welder fuel for when the station has ran out." description: "A tank of welder fuel for when the station has ran out."
icon: icon:
sprite: Structures/Storage/tanks.rsi sprite: Structures/Storage/tanks.rsi
state: fueltank state: fueltank
product: CrateMaterialFuelTank product: WeldingFuelTankFull
cost: 2000 cost: 2000
category: Materials category: Materials
group: market group: market

View File

@@ -38,16 +38,6 @@
- id: MaterialWoodPlank - id: MaterialWoodPlank
amount: 1 amount: 1
- type: entity
id: CrateMaterialFuelTank
name: fueltank crate
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: WeldingFuelTankFull
amount: 1
#- type: entity #- type: entity
# id: CrateMaterialHFuelTank # id: CrateMaterialHFuelTank
# name: fueltank crate # name: fueltank crate
@@ -58,16 +48,6 @@
# - id: WeldingFuelTank # - id: WeldingFuelTank
# amount: 1 # amount: 1
- type: entity
id: CrateMaterialWaterTank
name: watertank crate
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: WaterTankFull
amount: 1
#- type: entity #- type: entity
# id: CrateMaterialHWaterTank # id: CrateMaterialHWaterTank
# name: watertank crate # name: watertank crate