diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-14 19:58:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-14 19:58:40 -0300 |
commit | de664b9ba00da0d767ee29166f2d2a7fe6703777 (patch) | |
tree | addb27f14b20a1b3acf2247e718ae23fb6b87cf1 /npc/021-1 | |
parent | a1a90c957d5f9630d460b1affcec886fce875bd2 (diff) | |
download | serverdata-de664b9ba00da0d767ee29166f2d2a7fe6703777.tar.gz serverdata-de664b9ba00da0d767ee29166f2d2a7fe6703777.tar.bz2 serverdata-de664b9ba00da0d767ee29166f2d2a7fe6703777.tar.xz serverdata-de664b9ba00da0d767ee29166f2d2a7fe6703777.zip |
This won't fix Angela Quest...
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/logic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index 7bb0ddab6..1f965f00a 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -100,7 +100,7 @@ OnTouch: l("Leave it"); if (@menu == 1) { getexp rand(55, 110), rand(5, 11); - .lifetime=gettimetick(2)+rand(110, 150)+60; // Something between 1m50s and 2m30s + 1 minute for DS + .lifetime=gettimetick(2)+rand(110, 150)+180; // Something between 1m50s and 2m30s + 3 minutes because the maze is huge specialeffect(27); setnpcdisplay .name$, NPC_SWITCH_ONLINE; initnpctimer; |