Double Quote additions in products.yml (#1029)

This commit is contained in:
Daracke
2020-05-29 17:59:24 -04:00
committed by GitHub
parent f392a78c76
commit 24f28eea88

View File

@@ -1,7 +1,7 @@
- type: cargoProduct - type: cargoProduct
name: "Dice" name: "Dice"
id: cargo.dice id: cargo.dice
description: Some dice description: "Some dice"
icon: icon:
sprite: Objects/Fun/dice.rsi sprite: Objects/Fun/dice.rsi
state: d2020 state: d2020
@@ -13,7 +13,7 @@
- type: cargoProduct - type: cargoProduct
name: "Medkit" name: "Medkit"
id: cargo.Medkit id: cargo.Medkit
description: Everything you need to patch someone up. description: "Everything you need to patch someone up."
icon: Objects/Medical/medkit_r.png icon: Objects/Medical/medkit_r.png
product: Medkit product: Medkit
cost: 200 cost: 200
@@ -23,7 +23,7 @@
- type: cargoProduct - type: cargoProduct
name: "Flashlight" name: "Flashlight"
id: cargo.flashlight id: cargo.flashlight
description: Shine a light in the dark. description: "Shine a light in the dark."
icon: icon:
sprite: Objects/Tools/flashlight.rsi sprite: Objects/Tools/flashlight.rsi
state: lantern_off state: lantern_off
@@ -35,7 +35,7 @@
- type: cargoProduct - type: cargoProduct
name: "Light Bulb" name: "Light Bulb"
id: cargo.lightbulb id: cargo.lightbulb
description: Light up a room, anywhere, anytime. Electricity not included. description: "Light up a room, anywhere, anytime. Electricity not included."
icon: icon:
sprite: Objects/Lighting/light_tube.rsi sprite: Objects/Lighting/light_tube.rsi
state: normal state: normal
@@ -47,7 +47,7 @@
- type: cargoProduct - type: cargoProduct
name: "Fire Extinguisher" name: "Fire Extinguisher"
id: cargo.fireextinguisher id: cargo.fireextinguisher
description: Puts out fires. Or propels you in space. description: "Puts out fires. Or propels you in space."
icon: Objects/Misc/fire_extinguisher.png icon: Objects/Misc/fire_extinguisher.png
product: CrateFireExtinguisher product: CrateFireExtinguisher
cost: 300 cost: 300
@@ -57,7 +57,7 @@
- type: cargoProduct - type: cargoProduct
name: "Pen" name: "Pen"
id: cargo.pen id: cargo.pen
description: Expels ink. Use it to write, or stab someone. description: "Expels ink. Use it to write, or stab someone."
icon: icon:
sprite: Objects/Misc/bureaucracy.rsi sprite: Objects/Misc/bureaucracy.rsi
state: pen state: pen
@@ -69,7 +69,7 @@
- type: cargoProduct - type: cargoProduct
name: "Bike Horn" name: "Bike Horn"
id: cargo.bikehorn id: cargo.bikehorn
description: HONK! description: "HONK!"
icon: icon:
sprite: Objects/Fun/bikehorn.rsi sprite: Objects/Fun/bikehorn.rsi
state: icon state: icon
@@ -81,7 +81,7 @@
- type: cargoProduct - type: cargoProduct
name: "Cleaver" name: "Cleaver"
id: cargo.cleaver id: cargo.cleaver
description: That's not a knife, THAT'S a knife. description: "That's not a knife, THAT'S a knife."
icon: icon:
sprite: Objects/Melee/cleaver.rsi sprite: Objects/Melee/cleaver.rsi
state: butch state: butch
@@ -93,7 +93,7 @@
- type: cargoProduct - type: cargoProduct
name: "Fuel Tank" name: "Fuel Tank"
id: cargo.fueltank id: cargo.fueltank
description: Movable fuel tank for welders. No boom boom. description: "Movable fuel tank for welders. No boom boom."
icon: Buildings/weldtank.png icon: Buildings/weldtank.png
product: CrateFuelTank product: CrateFuelTank
cost: 200 cost: 200
@@ -103,7 +103,7 @@
- type: cargoProduct - type: cargoProduct
name: "Medical Scanner" name: "Medical Scanner"
id: cargo.medscanner id: cargo.medscanner
description: Scans patients. First we stick this probe... description: "Scans patients. First we stick this probe..."
icon: icon:
sprite: Buildings/medical_scanner.rsi sprite: Buildings/medical_scanner.rsi
state: scanner_open state: scanner_open
@@ -115,7 +115,7 @@
- type: cargoProduct - type: cargoProduct
name: "Glass Crate" name: "Glass Crate"
id: cargo.glass id: cargo.glass
description: 50 sheets of glass. description: "50 sheets of glass."
icon: Objects/Materials/sheet_glass.png icon: Objects/Materials/sheet_glass.png
product: CrateGlass product: CrateGlass
cost: 50 cost: 50
@@ -125,10 +125,9 @@
- type: cargoProduct - type: cargoProduct
name: "Cable Crate" name: "Cable Crate"
id: cargo.cable id: cargo.cable
description: 50 coils of cable. description: "50 coils of cable."
icon: Objects/Tools/cable_coil.png icon: Objects/Tools/cable_coil.png
product: CrateCable product: CrateCable
cost: 50 cost: 50
category: Engineering category: Engineering
group: market group: market