aboutsummaryrefslogtreecommitdiffstats
path: root/craftmine.php
diff options
context:
space:
mode:
authoralexichi <alexbankai96@gmail.com>2016-05-01 13:55:08 +0200
committeralexichi <alexbankai96@gmail.com>2016-05-01 13:55:08 +0200
commit64b1663e55544e1ed0e072c4f624688625691c9f (patch)
tree2af1f1941361e89f17c1f32d60dfe6f2873f9bca /craftmine.php
parent31866085151518f468794dc71b541543e6b2f691 (diff)
downloadcandybox-64b1663e55544e1ed0e072c4f624688625691c9f.tar.gz
candybox-64b1663e55544e1ed0e072c4f624688625691c9f.tar.bz2
candybox-64b1663e55544e1ed0e072c4f624688625691c9f.tar.xz
candybox-64b1663e55544e1ed0e072c4f624688625691c9f.zip
Add dungeon without fight system
You can buy a "ticket" to access the dungeon If you exit you have to buy another ticket Problem when we update the page, the default sentence is displayed while it said that you can access the dungeon
Diffstat (limited to 'craftmine.php')
-rw-r--r--craftmine.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/craftmine.php b/craftmine.php
index 4cd6b00..72817cc 100644
--- a/craftmine.php
+++ b/craftmine.php
@@ -43,6 +43,8 @@ switch($op) {
case "buildShop": buildShop(); break;
case "buyItem": buyItem(); break;
case "buildDungeon" : buildDungeon(); break;
+ case "launchDungeon" : launchDungeon(); break;
+ case "exitDungeon" : exitDungeon(); break;
default: reportBadRequest();
}