summaryrefslogtreecommitdiff
path: root/npc/003-2/lua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r--npc/003-2/lua.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index faf6e5c89..c2210bd7a 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -505,9 +505,6 @@ function luaCheckTask4 {
function luaAssignTask5 {
- mesc l("FIXME: This quest is not yet ready, blame Jesusalva ASAP");
- close;
-
inventoryplace MercBoxAA, 1;
mesn;
@@ -540,7 +537,7 @@ function luaAssignTask5 {
mesn;
mesq l("During night the professor also goes to the Magic Academy, using the hidden north port, on the building to left of the Magic Council...");
if (!is_night())
- mesc l("However, it's also possible they're there already.");
+ mesc l("However, it's also possible they're there already. Be careful for ambushes!");
next;
mesn;
@@ -552,6 +549,7 @@ function luaAssignTask5 {
next;
mesn;
mesq l("Now go! Lives are at stack!");
+ mesc l("NOTE: The Energy Ball explodes and Kills. Very. Well. Make them a priority!"), 1;
next;
getitem MercBoxAA, 1;
@@ -560,6 +558,9 @@ function luaAssignTask5 {
} // Your Report, the plan
function luaTask5 {
+ mesc l("FIXME: This quest is not yet ready, blame Jesusalva ASAP");
+ mes "";
+
msObjective(!LUA_ASKED_TO_SAVE_PROFESSOR, l("* Defeat the Assassin"));
return;
}