Add verbs to Open/Close Openable containers, and add optional seals (#24780)
* Implement closing; add open/close verbs * Add breakable seals * Allow custom verb names; make condiment bottles closeable * Remove pointless VV annotations and false defaults * Split Sealable off into a new component * Should have a Closed event too * Oh hey, there are icons I could use * Ternary operator * Add support for seal visualizers * Moved Sealable to Shared, added networking * Replaced bottle_close1.ogg
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
drink-component-on-use-is-empty = {$owner} is empty!
|
||||
drink-component-on-examine-is-empty = [color=gray]Empty[/color]
|
||||
drink-component-on-examine-is-opened = [color=yellow]Opened[/color]
|
||||
drink-component-on-examine-is-sealed = The seal is intact.
|
||||
drink-component-on-examine-is-unsealed = The seal is broken.
|
||||
drink-component-on-examine-is-full = Full
|
||||
drink-component-on-examine-is-mostly-full = Mostly Full
|
||||
drink-component-on-examine-is-half-full = Halfway Full
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
openable-component-verb-open = Open
|
||||
openable-component-verb-close = Close
|
||||
Reference in New Issue
Block a user