summaryrefslogtreecommitdiff
path: root/npc/021-1/logic.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-09 17:58:03 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-09 17:58:03 -0300
commit45a4d70de55eeda083e5d7a28e3f89a2052dcc99 (patch)
treeaceff3313903ed4f5e92376f4b149f7e62190b8e /npc/021-1/logic.txt
parent32a891de5d46bf0c40e0128f12d52113ca9032d9 (diff)
downloadserverdata-45a4d70de55eeda083e5d7a28e3f89a2052dcc99.tar.gz
serverdata-45a4d70de55eeda083e5d7a28e3f89a2052dcc99.tar.bz2
serverdata-45a4d70de55eeda083e5d7a28e3f89a2052dcc99.tar.xz
serverdata-45a4d70de55eeda083e5d7a28e3f89a2052dcc99.zip
Change a bit dialog before Mercury shows up
Diffstat (limited to 'npc/021-1/logic.txt')
-rw-r--r--npc/021-1/logic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt
index 1f965f00a..47bfdf88a 100644
--- a/npc/021-1/logic.txt
+++ b/npc/021-1/logic.txt
@@ -101,7 +101,7 @@ OnTouch:
if (@menu == 1) {
getexp rand(55, 110), rand(5, 11);
.lifetime=gettimetick(2)+rand(110, 150)+180; // Something between 1m50s and 2m30s + 3 minutes because the maze is huge
- specialeffect(27);
+ specialeffect(FX_SUCCESS);
setnpcdisplay .name$, NPC_SWITCH_ONLINE;
initnpctimer;
.@r=rand(0,100);