diff options
Diffstat (limited to 'npc/soren-2')
-rw-r--r-- | npc/soren-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index e5354bcd6..19e856526 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -214,7 +214,7 @@ OnStep4: OnStep5: //setnpcdisplay .name$, NPC_NO_SPRITE; - npctalk3 l("May the last line of defense of Soren's happen. Once you're done, this will become a warp. Hurry before it closes."); + npctalk3 l("Defeat a few waves of Soren's House. Once you're done, this will become a warp. Hurry before it closes."); @sorensanctum=0; addtimer(5000, "#SorenSanctum::OnSanctum"); end; |