fixed conflicts

This commit is contained in:
iaada
2025-08-06 12:52:18 -05:00
parent 48dcf8a474
commit 0bd8ad43ab
3 changed files with 10 additions and 6 deletions

View 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.

View File

@@ -15,8 +15,10 @@
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

View File

@@ -149,7 +149,7 @@
- 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]
@@ -431,7 +431,7 @@
- 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
@@ -457,7 +457,7 @@
- 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
@@ -481,7 +481,7 @@
- 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
@@ -505,7 +505,7 @@
- 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]