diff options
Diffstat (limited to 'npc/functions/class.txt')
-rw-r--r-- | npc/functions/class.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index 8cad0ec43..20bfd3d3a 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -303,10 +303,7 @@ L_T2_S5: mesq l("Good! Last step! West of Hurnscald, there is a magic fountain."); next; mesn; - // TODO FIXME WARNING DESYNC-ED - // 1- Pour the potion - // 2- Add to fountain an int check - mesq l("Talk to the Fountain. Obey every command. I advise you to put all your points on int if possible."); + mesq l("Talk to the Fountain. Pour the potion on it. I advise you to put all your points on int if possible."); next; mesn; mesq l("Hurry up, you'll run out of time in @@!", FuzzyTime(QUEST_ELEVARTEMPO,2,2)); |