diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-26 03:39:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-26 03:39:04 -0300 |
commit | 6569f451c9c75817825c86cd3b670b0b08f96b60 (patch) | |
tree | 8633d59d80f8044b81c3b4ac4f264a002c8f996e /npc/003-2/lua.txt | |
parent | 6fdbb9c2bb8657ed641a06bc037dc54c5a302d03 (diff) | |
download | serverdata-6569f451c9c75817825c86cd3b670b0b08f96b60.tar.gz serverdata-6569f451c9c75817825c86cd3b670b0b08f96b60.tar.bz2 serverdata-6569f451c9c75817825c86cd3b670b0b08f96b60.tar.xz serverdata-6569f451c9c75817825c86cd3b670b0b08f96b60.zip |
Fix bugs, add placeholders
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index c2210bd7a..77208ca65 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -562,6 +562,8 @@ function luaTask5 { 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!"); return; } |