diff options
Diffstat (limited to 'npc/quests/The_Sign_Quest.txt')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index d6d0b86ea..b16a62162 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -8448,6 +8448,7 @@ L_Fail: mes "That's terrible! Does she"; mes "even know that she will not"; mes "have any memory of her past life?"; + set sign_fail,2; next; } mes "[Kirkena]"; @@ -8456,7 +8457,6 @@ L_Fail: mes "can't be helped. Now, return"; mes "to your world, and watch its"; mes "silent death."; - set sign_fail,2; close; } |