diff options
author | alexichi <alexbankai96@gmail.com> | 2016-05-01 11:32:08 +0200 |
---|---|---|
committer | alexichi <alexbankai96@gmail.com> | 2016-05-01 11:32:08 +0200 |
commit | 31866085151518f468794dc71b541543e6b2f691 (patch) | |
tree | d73fe26a86db53707dd9c36f73b08ae3875c93e4 /inc/messages.inc | |
parent | 48ca3e8ee63787d567fd0fe1bcfea7158a6f9596 (diff) | |
download | candybox-31866085151518f468794dc71b541543e6b2f691.tar.gz candybox-31866085151518f468794dc71b541543e6b2f691.tar.bz2 candybox-31866085151518f468794dc71b541543e6b2f691.tar.xz candybox-31866085151518f468794dc71b541543e6b2f691.zip |
add the beginning part of the dungeon
When you have enough money you can buy a ticket and access the dungeon
I made a file monsters.xml . It's a bit like the code with the shop but modified
When you press the button launch in the onglet dungeon , it display "Battle!" in the console
Diffstat (limited to 'inc/messages.inc')
-rw-r--r-- | inc/messages.inc | 3 |
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) { |