summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0-2/misc.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-0-2/misc.txt b/npc/003-0-2/misc.txt
index 6447b1507..c2f103d0d 100644
--- a/npc/003-0-2/misc.txt
+++ b/npc/003-0-2/misc.txt
@@ -15,6 +15,8 @@ OnInit:
}
// 003-0-3 witness list
+// #003-0-3_34_37 (Public)
+// #003-0-3_34_23 (Private)
003-0-3,34,32,0 script Sagratha#Witness NPC_SAGRATHA,{
end;
OnInit:
@@ -36,7 +38,7 @@ OnInit:
end;
}
-003-0-3,34,33,0 script A Mirror Lake NPC_MANATREE,{
+003-0-3,36,34,0 script A Mirror Lake NPC_MANATREE,0,0,{
OnTouch:
if (!getvaultid()) { dispbottom l("WTF is this devilry?! Just... How?!"); end; }
mesc l("Do you want to move the ##BThe Crossroads##b?"), 1;
@@ -45,7 +47,7 @@ OnTouch:
MirrorLakeSendTo(MLP_CR, 0);
end;
OnInit:
- .sex = G_OTHER; .distance = 1; disablenpc .name$;
+ .sex = G_OTHER; .distance = 2; disablenpc .name$;
end;
}