tweak gamebook default message

pull/3486/merge
Thibault Duplessis 2017-08-20 07:04:33 -05:00
parent 014f22407c
commit 7329405c50
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { State } from './gamebookPlayCtrl';
const defaultComments = {
play: 'What would you play in this position?',
good: 'Yes indeed, good move!',
bad: 'This is not the move you are looking for.',
bad: 'That\'s not the right move',
end: 'And that is all she wrote.'
};