summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-18 21:36:07 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-18 21:36:07 -0300
commit86cfad9a26d76772af47e4222a803d6726cf57a8 (patch)
treed3d457ad9628a76159fb9c911509401bfe390e98 /npc/003-1
parentb666fe796d83795198c6d54c81db4bb246dad038 (diff)
downloadserverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.tar.gz
serverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.tar.bz2
serverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.tar.xz
serverdata-86cfad9a26d76772af47e4222a803d6726cf57a8.zip
If Andrei Sakar dies... Well, then he is dead?
Game World should react at least a bit to this fact.
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/swezanne.txt5
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;