* First commit * I forgot silly me * Actually added comments * spellin * fixes * more blacklists * Minor fixes * Speech Verb also changes now * Simple name stuff * Other fixes * remove one line of whitespace --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
### Secret stash component. Stuff like potted plants, comfy chair cushions, etc...
|
|
|
|
comp-secret-stash-action-hide-success = You hide { THE($item) } in the {$stashname}.
|
|
comp-secret-stash-action-hide-container-not-empty = There's already something in here!?
|
|
comp-secret-stash-action-hide-item-too-big = { CAPITALIZE(THE($item)) } is too big to fit in the {$stashname}.
|
|
comp-secret-stash-action-get-item-found-something = There was something inside the {$stashname}!
|
|
comp-secret-stash-on-examine-found-hidden-item = There is something hidden inside the {$stashname}!
|
|
comp-secret-stash-on-destroyed-popup = Something falls out of the the {$stashname}!
|
|
|
|
### Verbs
|
|
comp-secret-stash-verb-insert-into-stash = Stash item
|
|
comp-secret-stash-verb-insert-message-item-already-inside = There is already an item inside the {$stashname}.
|
|
comp-secret-stash-verb-insert-message-no-item = Hide { THE($item) } in the {$stashname}.
|
|
comp-secret-stash-verb-take-out-item = Grab item
|
|
comp-secret-stash-verb-take-out-message-something = Take the contents of the {$stashname} out.
|
|
comp-secret-stash-verb-take-out-message-nothing = There is nothing inside the {$stashname}.
|
|
|
|
comp-secret-stash-verb-close = Close
|
|
comp-secret-stash-verb-cant-close = You can't close the {$stashname} with that.
|
|
comp-secret-stash-verb-open = Open
|
|
|
|
### Stash names
|
|
secret-stash-plant = plant
|
|
secret-stash-toilet = toilet cistern
|
|
secret-stash-plushie = plushie
|