Add water vapor tanks at tank dispensers for feroxi (#3535)

* Add water vapor tanks for feroxi

* Suffix

* Addeed comments on tankdispenser
This commit is contained in:
Radezolid 2025-04-21 06:20:11 -03:00 committed by GitHub
parent 91428afe89
commit 7f9333beb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View File

@ -214,7 +214,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockTankDispenserFilled
cost: 1000
cost: 1300 # DeltaV - Was 1000
category: cargoproduct-category-name-atmospherics
group: market

View File

@ -3,6 +3,7 @@
startingInventory:
OxygenTankFilled: 10
NitrogenTankFilled: 10
WaterVaporTankFilled: 10 # DeltaV - Added water vapor tanks
- type: vendingMachineInventory
id: TankDispenserEngineeringInventory
@ -10,3 +11,4 @@
PlasmaTankFilled: 10
NitrogenTankFilled: 10
OxygenTankFilled: 10
WaterVaporTankFilled: 10 # DeltaV - Added water vapor tanks

View File

@ -2169,7 +2169,7 @@
- type: entity
parent: VendingMachine
id: VendingMachineTankDispenserEVA
suffix: EVA [O2, N2]
suffix: EVA [O2, N2, H2O] # DeltaV - Added H2O.
name: gas tank dispenser
description: A vendor for dispensing gas tanks.
components:
@ -2182,7 +2182,7 @@
- type: entity
parent: VendingMachine
id: VendingMachineTankDispenserEngineering
suffix: ENG [O2, Plasma]
suffix: ENG [O2, Plasma, H2O] # DeltaV - Added H2O.
name: gas tank dispenser
description: A vendor for dispensing gas tanks. This one has an engineering livery.
components: