Use the raw buffer in tr command structure for editing.
This fixes some minor bugs. Unknown words are no longer truncated nor uppercased on echo.
This commit is contained in:
parent
854e21a1af
commit
a768555312
13 changed files with 40 additions and 26 deletions
|
@ -3116,9 +3116,9 @@ arbitrary_messages: !!omap
|
|||
- ONE_HIT: 'One of them gets you!'
|
||||
- NONE_HIT: 'None of them hits you!'
|
||||
- DONT_KNOW: 'Sorry, I don''t know the word "%s".'
|
||||
- WHAT_DO: 'What do you want to do with the %L%L?' # FIXME: %L%L should become %L once parsing no longer depends on packed tokens
|
||||
- NO_SEE: 'I see no %L%L here.' # FIXME: %L%L should become %L once parsing no longer depends on packed tokens
|
||||
- DO_WHAT: '%C what?'
|
||||
- WHAT_DO: 'What do you want to do with the %s?'
|
||||
- NO_SEE: 'I see no %s here.'
|
||||
- DO_WHAT: '%s what?'
|
||||
- OKEY_DOKEY: 'Okay, "%s".'
|
||||
- GARNERED_POINTS: 'You have garnered %d out of a possible %d points, using %d turn%S.'
|
||||
- SUSPEND_WARNING: |-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue