]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix invalid prototypes (#15722)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 24 Apr 2023 05:20:08 +0000 (15:20 +1000)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 05:20:08 +0000 (22:20 -0700)
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml

index 7b7309e30401f12b155e4a9902bae0db72ba485f..806cf30d7107c54f0146fef73ed6e51585586223 100644 (file)
   - type: TrashOnEmpty
     solution: drink
 
-- type: entity
-  parent: DrinkBaseCup
-  id: DrinkCafeLatte
-  name: Cafe latte
-  description: Light coffee-creamy drink. It has latte art on it.
-  components:
-  - type: SolutionContainerManager
-    solutions:
-      drink:
-        reagents:
-        - ReagentId: CafeLatte
-          Quantity: 20
-  - type: Sprite
-    sprite: Objects/Consumable/Drinks/hot_coffee.rsi
-    layers:
-      - state: icon-0
-      - map: ["enum.SolutionContainerLayers.Fill"]
-        state: icon-4
-  - type: Appearance
-  - type: SolutionContainerVisuals
-    maxFillLevels: 4
-    fillBaseName: icon-
-  - type: TrashOnEmpty
-    solution: drink
-
 - type: entity
   parent: DrinkBaseCup
   id: DrinkTeacup
   - type: TrashOnEmpty
     solution: drink
 
-- type: entity
-  parent: DrinkBaseCup
-  id: DrinkNothing
-  name: Nothing
-  description: Is that cup empty?
-  components:
-  - type: SolutionContainerManager
-    solutions:
-      drink:
-        reagents:
-        - ReagentId: Nothing
-          Quantity: 20
-  - type: Sprite
-    sprite: Objects/Consumable/Drinks/hot_coffee.rsi
-    layers:
-      - state: icon-0
-      - map: ["enum.SolutionContainerLayers.Fill"]
-        state: icon-4
-  - type: Appearance
-  - type: SolutionContainerVisuals
-    maxFillLevels: 4
-    fillBaseName: icon-
-  - type: TrashOnEmpty
-    solution: drink
-
 - type: entity
   parent: DrinkBaseCup
   id: DrinkLean