diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-28 10:23:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-28 10:23:08 -0300 |
commit | 694626591f8c2ed6484ef2c911fc78a6ef7117a0 (patch) | |
tree | 8355c4fab58894721fe6ee4637e21c16c5c24b7d /npc/034-4 | |
parent | 18144bb937fde1ab54c2790811faf9d5afe93ac1 (diff) | |
download | serverdata-694626591f8c2ed6484ef2c911fc78a6ef7117a0.tar.gz serverdata-694626591f8c2ed6484ef2c911fc78a6ef7117a0.tar.bz2 serverdata-694626591f8c2ed6484ef2c911fc78a6ef7117a0.tar.xz serverdata-694626591f8c2ed6484ef2c911fc78a6ef7117a0.zip |
Gemini Inn unlocked
Diffstat (limited to 'npc/034-4')
-rw-r--r-- | npc/034-4/exit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/034-4/exit.txt b/npc/034-4/exit.txt index 8afc3392a..a20664099 100644 --- a/npc/034-4/exit.txt +++ b/npc/034-4/exit.txt @@ -144,7 +144,7 @@ OnTouch: // Defeating the boss yields a bonus InitMaze(7200); dispbottom l("It was a trap! We must escape!"); - sleep2(2000); + sleep2(2500); @forced_sick$ = getmap(); doevent "#DungeonCore::OnSick"; end; |