summaryrefslogtreecommitdiff
path: root/npc/009-8/celestia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-8/celestia.txt')
-rw-r--r--npc/009-8/celestia.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/009-8/celestia.txt b/npc/009-8/celestia.txt
index c1c9db83..90889385 100644
--- a/npc/009-8/celestia.txt
+++ b/npc/009-8/celestia.txt
@@ -1,5 +1,5 @@
-009-8,31,23,0 script Celestia NPC144,{
+009-8,29,124,0 script Celestia NPC144,{
callfunc "CelestiaState";
if (getequipid(equip_head) == 4027) // check if yeti mask (4027) is equipped
goto L_YetiMask;
@@ -272,13 +272,13 @@ function script CelestiaState {
return;
}
-009-1,74,50,0 script Celestia Door NPC32767,0,0,{
- warp "009-8", 26, 23;
+009-1,74,49,0 script Celestia Door NPC32767,0,0,{
+ warp "009-8", 26, 124;
callfunc "CelestiaState";
end;
}
009-1,72,54,0 script Celestia BackDoor NPC32767,0,0,{
- warp "009-8", 23, 34;
+ warp "009-8", 23, 134;
callfunc "CelestiaState";
end;
}