Breakable cups fix (#7805)
* Moves components from one base to another * reparent water cup to mug from glass * reparent flasks to not shatter to glass * remove duplicate component =
This commit is contained in:
@@ -16,6 +16,12 @@
|
|||||||
state: icon
|
state: icon
|
||||||
- type: Spillable
|
- type: Spillable
|
||||||
solution: drink
|
solution: drink
|
||||||
|
- type: FitsInDispenser
|
||||||
|
solution: drink
|
||||||
|
- type: DrawableSolution
|
||||||
|
solution: drink
|
||||||
|
- type: RefillableSolution
|
||||||
|
solution: drink
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
interfaces:
|
interfaces:
|
||||||
- key: enum.TransferAmountUiKey.Key
|
- key: enum.TransferAmountUiKey.Key
|
||||||
@@ -57,18 +63,6 @@
|
|||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
- type: FitsInDispenser
|
|
||||||
solution: drink
|
|
||||||
- type: DrawableSolution
|
|
||||||
solution: drink
|
|
||||||
- type: RefillableSolution
|
|
||||||
solution: drink
|
|
||||||
- type: SolutionTransfer
|
|
||||||
canChangeTransferAmount: true
|
|
||||||
- type: UserInterface
|
|
||||||
interfaces:
|
|
||||||
- key: enum.TransferAmountUiKey.Key
|
|
||||||
type: TransferAmountBoundUserInterface
|
|
||||||
|
|
||||||
# Transformable container - normal glass
|
# Transformable container - normal glass
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -206,7 +206,7 @@
|
|||||||
sprite: Objects/Consumable/Drinks/lean.rsi
|
sprite: Objects/Consumable/Drinks/lean.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkBaseCup
|
||||||
id: DrinkWaterCup
|
id: DrinkWaterCup
|
||||||
name: water cup
|
name: water cup
|
||||||
description: A paper water cup.
|
description: A paper water cup.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkBase
|
||||||
id: DrinkShinyFlask
|
id: DrinkShinyFlask
|
||||||
name: shiny flask
|
name: shiny flask
|
||||||
description: A shiny metal flask. It appears to have a Greek symbol inscribed on it.
|
description: A shiny metal flask. It appears to have a Greek symbol inscribed on it.
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
sprite: Objects/Consumable/Drinks/shinyflask.rsi
|
sprite: Objects/Consumable/Drinks/shinyflask.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkBase
|
||||||
id: DrinkDetFlask
|
id: DrinkDetFlask
|
||||||
name: inspector's flask
|
name: inspector's flask
|
||||||
description: A metal flask with a leather band and golden badge belonging to the inspector.
|
description: A metal flask with a leather band and golden badge belonging to the inspector.
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
sprite: Objects/Consumable/Drinks/detflask.rsi
|
sprite: Objects/Consumable/Drinks/detflask.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkBase
|
||||||
id: DrinkFlask
|
id: DrinkFlask
|
||||||
name: captain's flask
|
name: captain's flask
|
||||||
description: A metal flask belonging to the captain
|
description: A metal flask belonging to the captain
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
sprite: Objects/Consumable/Drinks/flask.rsi
|
sprite: Objects/Consumable/Drinks/flask.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkBase
|
||||||
id: DrinkFlaskOld
|
id: DrinkFlaskOld
|
||||||
name: flask
|
name: flask
|
||||||
description: ''
|
description: ''
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
sprite: Objects/Consumable/Drinks/flask_old.rsi
|
sprite: Objects/Consumable/Drinks/flask_old.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkBase
|
||||||
id: DrinkLithiumFlask
|
id: DrinkLithiumFlask
|
||||||
name: lithium flask
|
name: lithium flask
|
||||||
description: A flask with a Lithium Atom symbol on it.
|
description: A flask with a Lithium Atom symbol on it.
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
sprite: Objects/Consumable/Drinks/lithiumflask.rsi
|
sprite: Objects/Consumable/Drinks/lithiumflask.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkGlassBase
|
parent: DrinkBase
|
||||||
id: DrinkVacuumFlask
|
id: DrinkVacuumFlask
|
||||||
name: vacuum flask
|
name: vacuum flask
|
||||||
description: Keeping your drinks at the perfect temperature since 1892.
|
description: Keeping your drinks at the perfect temperature since 1892.
|
||||||
|
|||||||
Reference in New Issue
Block a user