summaryrefslogtreecommitdiff
path: root/npc/003-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-29 10:38:31 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-29 10:38:31 -0300
commit22907fe3e3d1283f4de462c3ec385c9268c4ce1c (patch)
tree6622a818cd12aa244aa496f9efdb69fa0ab2dacb /npc/003-2
parent0143f6ff20b7d4bf919a2aca2a835cdc15935e6e (diff)
downloadserverdata-22907fe3e3d1283f4de462c3ec385c9268c4ce1c.tar.gz
serverdata-22907fe3e3d1283f4de462c3ec385c9268c4ce1c.tar.bz2
serverdata-22907fe3e3d1283f4de462c3ec385c9268c4ce1c.tar.xz
serverdata-22907fe3e3d1283f4de462c3ec385c9268c4ce1c.zip
Update lua
Diffstat (limited to 'npc/003-2')
-rw-r--r--npc/003-2/lua.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index fda0c7ace..3b15d7894 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -558,12 +558,17 @@ function luaAssignTask5 {
} // Your Report, the plan
function luaTask5 {
- mesc l("FIXME: This quest is not yet ready, blame Jesusalva ASAP");
+ mesc l("NOTE: This quest is still a work in progress. \"Bugs\" will show up on purpose.");
mes "";
msObjective(!LUA_ASKED_TO_SAVE_PROFESSOR, l("* Defeat the Assassin"));
mes "";
mesc l("NOTE: The Energy Ball explodes and Kills. Very. Well. Make them a priority!");
+ next;
+ 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. Be careful for ambushes!");
return;
}