diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/swezanne.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index a16272921..8e40d6393 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -22,7 +22,10 @@ if (.@q == 0) goto L_Quest; else if (.@q == 3) goto L_Silvia; else if (.@q2 < santime()) goto L_Repeat; - mesq l("I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnscald from total destruction against a horde of monsters alone."); + if ($FIRESOFSTEAM < 10) + mesq l("I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnscald from total destruction against a horde of monsters alone."); + else + mesq l("I fight every day in hopes to be like Andrei, the famous hero who prevented Hurnscald from total destruction against a horde of monsters alone."); if ($MOST_HEROIC$ != "") goto L_Heroics; close; |