diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 20:43:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 20:43:03 -0300 |
commit | 951abd5e17b331b22fd64f3240bfc6c3a1d6b2c3 (patch) | |
tree | 0e68c298f00879cf2b8c8924986ae1cb613c0bf1 /npc | |
parent | 4d537a4bf21fd6cc59581b9e50a0ef9ea38a68ab (diff) | |
download | serverdata-951abd5e17b331b22fd64f3240bfc6c3a1d6b2c3.tar.gz serverdata-951abd5e17b331b22fd64f3240bfc6c3a1d6b2c3.tar.bz2 serverdata-951abd5e17b331b22fd64f3240bfc6c3a1d6b2c3.tar.xz serverdata-951abd5e17b331b22fd64f3240bfc6c3a1d6b2c3.zip |
Every boss fight in 018-6-3 is now FATAL
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-6-3/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index ee7553c25..c3c0f33e0 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -406,7 +406,7 @@ OnInstanceInit: mesc l("It's written in an ancient language, you cannot understand what's written."); mesc l("The symbols at the end of the book look to be warnings, though."); mesc l("I should check if I have more than enough potions and food before proceeding!"); - mesc l("REMEMBER: FAILURE AT FINAL BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; + mesc l("REMEMBER: FAILURE AT A BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; close; } mes ".:: " + l("Orbyter Shrine") + " ::."; @@ -428,7 +428,7 @@ OnInstanceInit: mesn strcharinfo(0); mesc l("This shrine seems to be a dangerous place, and nobody should defile it."); mesc l("I should check if I have more than enough potions and food before proceeding!"); - mesc l("REMEMBER: FAILURE AT FINAL BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; + mesc l("REMEMBER: FAILURE AT A BOSS FIGHT WILL CAUSE QUEST TO RESET!"), 1; } close; |