diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-09 18:58:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-09 18:58:25 -0300 |
commit | e33a6bf838111780964c664471865965088eb23d (patch) | |
tree | 7c03f6ae42c88340abf52c7284ca2187a2e7eb65 /npc | |
parent | b56df2c1a9b9d65fa33c20f4bd1dd001dfc2a6ac (diff) | |
download | serverdata-e33a6bf838111780964c664471865965088eb23d.tar.gz serverdata-e33a6bf838111780964c664471865965088eb23d.tar.bz2 serverdata-e33a6bf838111780964c664471865965088eb23d.tar.xz serverdata-e33a6bf838111780964c664471865965088eb23d.zip |
Temporarily disable the Fairy Collector. It is unfinished
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/fairy_collector.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index 687f5f081..d8501a44a 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -57,6 +57,8 @@ L_Main: mesq l("Are you trying to collect every piece of equipment ingame? Come tell me if you are and I'll give you a collector stamp!"); mesc l("Not every piece of equipment is ingame yet."); mes ""; + if (!is_staff() && !debug && !$@GM_OVERRIDE) + close; select l("Good bye!"), rif(false && !(.@q & COLLECT_CHESTPLATE), l("Chestplates")), |