]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fixed conflicts
authoriaada <iaada@users.noreply.github.com>
Wed, 6 Aug 2025 17:52:18 +0000 (12:52 -0500)
committeriaada <iaada@users.noreply.github.com>
Wed, 6 Aug 2025 17:52:18 +0000 (12:52 -0500)
Resources/Locale/en-US/nutrition/components/sealable-component.ftl
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_base.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles_glass.yml

index e826e174efc3200f2974b8bd879bb253d662f6b3..be37b91ce218177f92f5aec3d01c9e757861659f 100644 (file)
@@ -1,2 +1,4 @@
 sealable-component-on-examine-is-sealed = The seal is intact.
 sealable-component-on-examine-is-unsealed = The seal is broken.
+sealable-component-on-examine-is-unsealed-no-cork = The seal is broken, and the cork is gone.
+sealable-component-on-examine-is-unsealed-crown-cap = The seal is broken, and the crown cap is bent.
index aeabba5f5aa954d3f359d66d0e3955df2b2d2b97..a856e91611043cc8d854b27bba5f460ad1c07ebb 100644 (file)
       types:
         Blunt: 0
   - type: DnaSubstanceTrace
-  - type: Drink # Namesake. You are able to directly drink from this entity.
+  - type: Edible
+    edible: Drink # Namesake. This entity is a sort of cup you can drink directly from.
     solution: drink
+    destroyOnEmpty: false
   - type: Spillable
     solution: drink
   - type: MixableSolution
index ccaf2987195d4fb2eabd2715144689bf475009f0..ec6bdf8002b5bfdff47d3fcddfec728a92e65e02 100644 (file)
   - type: Openable
     closeable: false # Champagne corks are fat. Not worth the effort.
   - type: Sealable
-    examineTextUnsealed: "drink-component-on-examine-is-unsealed-no-cork" # tell the player why it can't close
+    examineTextUnsealed: "sealable-component-on-examine-is-unsealed-no-cork" # tell the player why it can't close
 
 - type: entity
   parent: [DrinkVisualsAllFilled, DrinkBottleGlassBaseFull]
   - type: Openable
     closeable: false # sprite is just a beer bottle, but this should be removed when there's a more appropriate sprite
   - type: Sealable
-    examineTextUnsealed: "drink-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
+    examineTextUnsealed: "sealable-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
   - type: Tag
     tags:
     - Beer
   - type: Openable
     closeable: false # sprite is just a beer bottle, but this should be removed when there's a more appropriate sprite
   - type: Sealable
-    examineTextUnsealed: "drink-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
+    examineTextUnsealed: "sealable-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
 
 
 # Small glass bottles
   - type: Openable
     closeable: false # can't put the cap back on
   - type: Sealable
-    examineTextUnsealed: "drink-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
+    examineTextUnsealed: "sealable-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
   - type: Tag
     tags:
     - Beer
   - type: Openable
     closeable: false # can't put the cap back on
   - type: Sealable
-    examineTextUnsealed: "drink-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
+    examineTextUnsealed: "sealable-component-on-examine-is-unsealed-crown-cap" # tell the player why it can't close
 
 - type: entity
   parent: [DrinkVisualsOpenable, DrinkBottleGlassSmallBaseFull]