summaryrefslogtreecommitdiff
path: root/npc/042-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-2')
-rw-r--r--npc/042-2/sorfina.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/042-2/sorfina.txt b/npc/042-2/sorfina.txt
index 55f96aaf..6d192af1 100644
--- a/npc/042-2/sorfina.txt
+++ b/npc/042-2/sorfina.txt
@@ -5,6 +5,7 @@
if (sorfina == 2) goto L_Clothes;
if (sorfina == 1) goto L_Carpet;
+ callfunc "GameRules";
L_Start:
mes "You open your eyes.";
mes "";
@@ -221,8 +222,8 @@ L_Close:
close;
OnTouch:
- if (TUT_var != 0) close;
- callfunc "GameRules";
+ if (TUT_var != 0) close;
+ callfunc "GameRules";
goto L_Start;
close;
}