Simplify seed and waste cpmands using %d in the YAML string.

This commit is contained in:
Eric S. Raymond 2017-07-21 14:03:39 -04:00
parent 5337e00725
commit 80b2b9b356
2 changed files with 5 additions and 7 deletions

View file

@ -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