aboutsummaryrefslogtreecommitdiffstats
path: root/craftmine.php
diff options
context:
space:
mode:
authoralexichi <alexbankai96@gmail.com>2016-05-07 12:08:36 +0200
committeralexichi <alexbankai96@gmail.com>2016-05-07 12:08:36 +0200
commit79cfbb29042fd60dfbc76a6810f75cce21d3ffe0 (patch)
treeed1425c2bf94fd7e2b068bfe64134e0689f83285 /craftmine.php
parentee02581b7fabd087fc4056bda739c88656fbca14 (diff)
downloadcandybox-79cfbb29042fd60dfbc76a6810f75cce21d3ffe0.tar.gz
candybox-79cfbb29042fd60dfbc76a6810f75cce21d3ffe0.tar.bz2
candybox-79cfbb29042fd60dfbc76a6810f75cce21d3ffe0.tar.xz
candybox-79cfbb29042fd60dfbc76a6810f75cce21d3ffe0.zip
add the use of the life bottle
Diffstat (limited to 'craftmine.php')
-rw-r--r--craftmine.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/craftmine.php b/craftmine.php
index d47989c..9a8806b 100644
--- a/craftmine.php
+++ b/craftmine.php
@@ -49,6 +49,7 @@ switch($op) {
case "getCraftMine": sendCraftMine(); break;
case "buildShop": buildShop(); break;
case "buyItem": buyItem(); break;
+ case "useItem": useItem(); break;
case "buildDungeon" : buildDungeon(); break;
case "launchDungeon" : launchDungeon(); break;
case "exitDungeon" : exitDungeon(); break;