Ludibrium Maze PQ

Implemented Ludibrium Maze PQ.
This commit is contained in:
ronancpl
2017-05-15 15:52:24 -03:00
parent b26469301d
commit a56312ddd3
35 changed files with 8081 additions and 8015 deletions

View File

@@ -73,7 +73,7 @@ function action(mode, type, selection) {
}
else { // check stage completion
if (cm.haveItem(4001022, 25)) {
cm.sendOk("Good job! you have collected all 25 #b#t4001022#'s.#k");
cm.sendOk("Good job! You have collected all 25 #b#t4001022#'s.#k");
cm.gainItem(4001022, -25);
eim.setProperty("statusStg" + stage, 1);