diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-04 08:55:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-04 08:55:58 -0300 |
commit | 6917025fb41e73476380a55ad135d254926ae1cf (patch) | |
tree | ee471c875ce1987b9e613e195a5e18c8457369f3 /npc/003-1 | |
parent | 8c10680afd28815935cef39940e5aa0f9de437a3 (diff) | |
download | serverdata-6917025fb41e73476380a55ad135d254926ae1cf.tar.gz serverdata-6917025fb41e73476380a55ad135d254926ae1cf.tar.bz2 serverdata-6917025fb41e73476380a55ad135d254926ae1cf.tar.xz serverdata-6917025fb41e73476380a55ad135d254926ae1cf.zip |
With this, Saulc will scream go mad and kill Ched because he thinks Ched is
bugged when he is perfectly sane. Also, Demure will fill out fake reports, and
will start giving out boias to everyone, which I do NOT want to happen.
Diffstat (limited to 'npc/003-1')
-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; |