diff options
-rw-r--r-- | npc/025-2-4/tree.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/025-2-4/tree.txt b/npc/025-2-4/tree.txt index 1087346c0..3a3f22173 100644 --- a/npc/025-2-4/tree.txt +++ b/npc/025-2-4/tree.txt @@ -14,7 +14,7 @@ next; mesc l("This might be the place of a great secret, but yet, all you can do is stare."); next; - if (!true) manatreeOff(); + if (!true) manatreeOff(); // TODO: Official rumors about the Mana Tree else if ($AEGIS_HOLDER$ == "" && @manacool < gettimetick(2)) manatreeAegis(); else manatreeAgain(); @@ -29,6 +29,7 @@ function manatreeOff { } function manatreeAgain { + mesc l("...for now."); // TODO: getitem Manapple, 1; // Maybe can obtain one daily/weekly? return; } |