diff options
author | Griffin Smith <root@gws.fyi> | 2019-12-23T22·20-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-12-23T22·22-0500 |
commit | a58966d43f86d6fae92c1fc11e43650177fcecd1 (patch) | |
tree | 151c00bcb73740e9b95cd3c87d273e96b6663e6f /src/Xanthous/messages.yaml | |
parent | f701a0be40598585cc1aec1ecf34e3fdd5690e81 (diff) |
Confirm before quitting
Prompt to confirm before quitting the game with the Quit command
Diffstat (limited to 'src/Xanthous/messages.yaml')
-rw-r--r-- | src/Xanthous/messages.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Xanthous/messages.yaml b/src/Xanthous/messages.yaml index 9e59f4fb0fa8..408cb6a1a57b 100644 --- a/src/Xanthous/messages.yaml +++ b/src/Xanthous/messages.yaml @@ -12,6 +12,9 @@ save: location: "Enter filename to save to: " +quit: + confirm: Really quit without saving? + entities: description: You see here {{entityDescriptions}} |