Fix CargoProducts (#750)
This commit is contained in:
@@ -70,7 +70,9 @@
|
||||
name: "Bike Horn"
|
||||
id: cargo.bikehorn
|
||||
description: HONK!
|
||||
icon: Objects/Fun/bikehorn.rsi
|
||||
icon:
|
||||
sprite: Objects/Fun/bikehorn.rsi
|
||||
state: icon
|
||||
product: crate_bikehorn
|
||||
cost: 300
|
||||
category: Other
|
||||
@@ -102,7 +104,9 @@
|
||||
name: "Medical Scanner"
|
||||
id: cargo.medscanner
|
||||
description: Scans patients. First we stick this probe...
|
||||
icon: Buildings/medical_scanner.rsi
|
||||
icon:
|
||||
sprite: Buildings/medical_scanner.rsi
|
||||
state: scanner_open
|
||||
product: crate_medscanner
|
||||
cost: 400
|
||||
category: Medical
|
||||
|
||||
@@ -83,8 +83,17 @@
|
||||
static: true
|
||||
products:
|
||||
- cargo.dice
|
||||
- cargo.flashlight
|
||||
- cargo.Medkit
|
||||
- cargo.flashlight
|
||||
- cargo.lightblub
|
||||
- cargo.fireextinguisher
|
||||
- cargo.pen
|
||||
- cargo.bikehorn
|
||||
- cargo.cleaver
|
||||
- cargo.fueltank
|
||||
- cargo.medscanner
|
||||
- cargo.glass
|
||||
- cargo.cable
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.CargoConsoleUiKey.Key
|
||||
|
||||
@@ -126,11 +126,11 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- Flashlight
|
||||
- Flashlight
|
||||
- Flashlight
|
||||
- Flashlight
|
||||
- Flashlight
|
||||
- FlashlightLantern
|
||||
- FlashlightLantern
|
||||
- FlashlightLantern
|
||||
- FlashlightLantern
|
||||
- FlashlightLantern
|
||||
|
||||
- type: entity
|
||||
id: crate_light_bulb
|
||||
@@ -139,16 +139,16 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- Light Bulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
- LightBulb
|
||||
|
||||
- type: entity
|
||||
id: crate_fire_extinguisher
|
||||
@@ -157,9 +157,9 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- Fire Extinguisher
|
||||
- Fire Extinguisher
|
||||
- Fire Extinguisher
|
||||
- fire_extinguisher
|
||||
- fire_extinguisher
|
||||
- fire_extinguisher
|
||||
|
||||
- type: entity
|
||||
id: crate_pen
|
||||
@@ -186,11 +186,11 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- Bike Horn
|
||||
- Bike Horn
|
||||
- Bike Horn
|
||||
- Bike Horn
|
||||
- Bike Horn
|
||||
- BikeHorn
|
||||
- BikeHorn
|
||||
- BikeHorn
|
||||
- BikeHorn
|
||||
- BikeHorn
|
||||
|
||||
- type: entity
|
||||
id: crate_cleaver
|
||||
@@ -199,11 +199,11 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- Cleaver
|
||||
- Cleaver
|
||||
- Cleaver
|
||||
- Cleaver
|
||||
- Cleaver
|
||||
- ButchCleaver
|
||||
- ButchCleaver
|
||||
- ButchCleaver
|
||||
- ButchCleaver
|
||||
- ButchCleaver
|
||||
|
||||
- type: entity
|
||||
id: crate_fueltank
|
||||
@@ -212,7 +212,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- Fuel Tank
|
||||
- weldtank
|
||||
|
||||
- type: entity
|
||||
id: crate_medscanner
|
||||
@@ -221,7 +221,7 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- Medical Scanner
|
||||
- medical_scanner
|
||||
|
||||
- type: entity
|
||||
id: crate_glass
|
||||
|
||||
Reference in New Issue
Block a user