diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/ched.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index b82325dc3..60a041bea 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -64,7 +64,7 @@ .@claimed=getq3(SQuest_Ched); // Required to prevent rewriting scoreboards if (season() == SUMMER && !$@GM_OVERRIDE) goto L_Summer; - if ((season() == AUTUMN && !.@claimed) || is_gm()) goto L_Autumn; + if ((season() == AUTUMN && !.@claimed)) goto L_Autumn; hello; end; |