summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/021-4/main.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index b543fef99..cab80adf3 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -64,11 +64,11 @@ L_Cheat:
end;
L_Reset:
- if (is_gm()) {
+ if ($@CINDY_HERO$ == strcharinfo(0)) {
+ goto L_Winner;
+ } else if (is_gm()) {
$@CINDY_STATE=0;
npctalk l("*beeep*");
- } else if ($@CINDY_HERO$ == strcharinfo(0)) {
- goto L_Winner;
}
end;