diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 21:22:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 21:22:21 -0300 |
commit | a09a52e0d8c827b1fe37b11865cc9903c563fe82 (patch) | |
tree | 9213e9f5840902f354c535da137f268096356468 /npc/003-2 | |
parent | cb7e2fc6fd16b8962285bd9a4789f44ef38a0aae (diff) | |
download | serverdata-a09a52e0d8c827b1fe37b11865cc9903c563fe82.tar.gz serverdata-a09a52e0d8c827b1fe37b11865cc9903c563fe82.tar.bz2 serverdata-a09a52e0d8c827b1fe37b11865cc9903c563fe82.tar.xz serverdata-a09a52e0d8c827b1fe37b11865cc9903c563fe82.zip |
Minor improvements to Leave Complaints depto
Diffstat (limited to 'npc/003-2')
-rw-r--r-- | npc/003-2/hiddenwarp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/hiddenwarp.txt b/npc/003-2/hiddenwarp.txt index 7a3a6654e..9fd868a3f 100644 --- a/npc/003-2/hiddenwarp.txt +++ b/npc/003-2/hiddenwarp.txt @@ -8,7 +8,7 @@ end; OnTouch: - if ((BaseLevel >= 50 && getq(General_Narrator) >= 2) || is_gm()) + if ((BaseLevel >= 40 && getq(General_Narrator) >= 2) || is_gm()) warp "003-2-1", 47, 34; else npctalk3 l("Complaints Depto. temporaly closed, come back later"); |