Simplify seed and waste cpmands using %d in the YAML string.
This commit is contained in:
parent
5337e00725
commit
80b2b9b356
2 changed files with 5 additions and 7 deletions
|
@ -3881,10 +3881,10 @@ actions: !!omap
|
|||
message: *nothing_happens
|
||||
words: ['z''zzz']
|
||||
- SEED:
|
||||
message: 'Seed set to %s'
|
||||
message: 'Seed set to %d'
|
||||
words: ['seed']
|
||||
- WASTE:
|
||||
message: 'Game limit is now %s'
|
||||
message: 'Game limit is now %d'
|
||||
words: ['waste']
|
||||
- ACT_UNKNOWN:
|
||||
message: *huh_man
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue