summaryrefslogtreecommitdiff
path: root/npc/014-2-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-03 18:44:08 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-03 18:44:08 -0300
commit5b728b1a3371c45e7682dcfb136791eef13ab140 (patch)
tree2d97e921ace30a6ab282211e7d883ed536a6659b /npc/014-2-2
parent5a3fba3fca929791f8da2eb8d97d872db591974d (diff)
downloadserverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.tar.gz
serverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.tar.bz2
serverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.tar.xz
serverdata-5b728b1a3371c45e7682dcfb136791eef13ab140.zip
It is working, just don't rush or timers won't pick it up and you'll die.
Also, you can't escape from the trap... Yet.
Diffstat (limited to 'npc/014-2-2')
-rw-r--r--npc/014-2-2/gemini.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-2-2/gemini.txt b/npc/014-2-2/gemini.txt
index 445d72df1..eca622ecb 100644
--- a/npc/014-2-2/gemini.txt
+++ b/npc/014-2-2/gemini.txt
@@ -94,6 +94,8 @@ OnCore:
break;
case 9: // Door seal broken
getexp 128000, 3200;
+ break;
+ case 10: // Luvia first cutscene
// Limit exports of Lazurite outside the area
if (countitem(LazuriteShard) > 2)
delitem LazuriteShard, countitem(LazuriteShard)/2;
@@ -103,8 +105,6 @@ OnCore:
if (countitem(LazuriteHeart))
delitem LazuriteHeart, countitem(LazuriteHeart);
break;
- case 10: // Luvia first cutscene
- break;
case 11: // Survived cutscene
getexp 256000, 6400;
break;