diff options
-rw-r--r-- | npc/003-2/lua.txt | 7 |
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; } |