diff options
author | piernov <piernov@piernov.org> | 2016-05-10 22:31:09 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-10 22:31:09 +0200 |
commit | 931eb5f31a12f6415ff4cf447528f4df504aa3a3 (patch) | |
tree | c21a2a41e2bb72812e2ba14d6ba4530a9ce6976c /inc/messages.inc | |
parent | 9ad61ab6a23bd6fd51e67b85d743b4a7664ec637 (diff) | |
parent | 58b1893e6c820ce8810c33f09bfcc16c3e59f4eb (diff) | |
download | candybox-931eb5f31a12f6415ff4cf447528f4df504aa3a3.tar.gz candybox-931eb5f31a12f6415ff4cf447528f4df504aa3a3.tar.bz2 candybox-931eb5f31a12f6415ff4cf447528f4df504aa3a3.tar.xz candybox-931eb5f31a12f6415ff4cf447528f4df504aa3a3.zip |
Merge branch 'alexichi' into piernov
Diffstat (limited to 'inc/messages.inc')
-rw-r--r-- | inc/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/messages.inc b/inc/messages.inc index 8583dc0..7b0d624 100644 --- a/inc/messages.inc +++ b/inc/messages.inc @@ -16,6 +16,7 @@ $messages = array( "shop_missing_item" => "This item does not exist.", "guild_not_yet_created" => "You need to create a guild first.", "guild_already_built" => "You have aready built a guild.", + "cant_withdraw_in_dungeon" => "You cannot withdraw gold from the mine while you are in the dungeon.", "dungeon_already_available" => "You can already access the dungeon", "gamesave_ok" => "Game saved.", |