]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
more solution status
authoriaada <iaada@users.noreply.github.com>
Tue, 29 Jul 2025 23:03:03 +0000 (18:03 -0500)
committeriaada <iaada@users.noreply.github.com>
Tue, 29 Jul 2025 23:03:03 +0000 (18:03 -0500)
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_metamorphic.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_special.yml

index e445abb88cbdaeddc26795873c7456a553eb58da..d6ad3c65f9a8f065939c623f6dfe0f0e55835ce0 100644 (file)
@@ -40,6 +40,8 @@
     fillBaseName: icon-
   - type: ExaminableSolution # If you can see the fill levels, you can see the unit count
     solution: drink
+  - type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase or DrinkVisualsFill is added as a base
+    solution: drink
 
 ## Misc Cups
 
     - HEAD
     quickEquip: false
     sprite: Clothing/Head/Hats/party_water_cup.rsi
+  - type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase or DrinkVisualsFill is added as a base
+    solution: drink
 
 # Mugs
 - type: entity
index 427943a029a7d872b90d2af92eb8172160efa498..8c1029a9f42bc7896c6ba58f700fc41f880b24af 100644 (file)
@@ -4,7 +4,7 @@
 
 # Transformable container - normal glass
 - type: entity
-  parent: [DrinkBaseCup, DrinkBaseMaterialGlass]
+  parent: [DrinkBaseCup, DrinkBaseMaterialGlass] # todo parent to DrinkVisualsFillOverlay after in-hands are added
   id: DrinkGlass
   name: metamorphic glass
   description: A metamorphic glass that automagically turns into a glass appropriate for the drink within. There's a sanded off patent number on the bottom.
@@ -38,6 +38,8 @@
     - DrinkCup # Do these tags
     - DrinkGlass # even do anything?
   - type: TransformableContainer
+  - type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase or DrinkVisualsFillOverlay is added
+    solution: drink
 
 - type: entity
   parent: DrinkGlass
index cb5d71665d70fa8bee665f0c5c20969b00fcef9f..42bc056d376c2d257a1abbad0f3f655fc9fa3d8c 100644 (file)
     mixOnInteract: false
     reactionTypes:
     - Shake
+  - type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase
+    solution: drink
 
 - type: entity
   parent: [DrinkBase, DrinkBaseMaterialMetal]
   - type: PhysicalComposition
     materialComposition:
       Steel: 20
+  - type: SolutionItemStatus # Remove when comp is uncommented on DrinkBase
+    solution: drink
 
 - type: entity
   parent: [DrinkBase, DrinkBaseMaterialStrongMetal, DrinkVisualsFill]