aboutsummaryrefslogtreecommitdiffstats
path: root/inc/messages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc/messages.inc')
-rw-r--r--inc/messages.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/messages.inc b/inc/messages.inc
index d6ea87e..c24bd18 100644
--- a/inc/messages.inc
+++ b/inc/messages.inc
@@ -5,7 +5,8 @@ $messages = array(
"gold_insufficient" => "You don't have enough gold.",
"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."
+ "guild_already_built" => "You have aready built a guild.",
+ "dungeon_already_available" => "You can already access the dungeon"
);
function sendError($msg) {