summaryrefslogtreecommitdiff
path: root/npc/021-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-1')
-rw-r--r--npc/021-1/logic.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt
index 61b5ff8d4..0b0a7d75a 100644
--- a/npc/021-1/logic.txt
+++ b/npc/021-1/logic.txt
@@ -3,9 +3,11 @@
// The Mana World Team
// Jesusalva
// Description:
-// Cave logic
+// Cave logic. Controls also switchs and false warps.
-021-1,155,196,0 script #MainLogic NPC_NO_SPRITE,0,0,{
+021-1,155,196,0 script #MainCindyLogic NPC_NO_SPRITE,0,0,{
+ end;
+OnTouch:
.@q=getq(NivalisQuest_Cindy);
if (.@q < 4) end;
if ($@CINDY_STATE > gettimetick(2) || $@CINDY_STATE == 0) goto L_Safe;
@@ -21,3 +23,11 @@ L_Safe:
dispbottom l("There's no reason to enter these caves now.");
end;
}
+
+021-1,136,29,0 script #FrostiaGateway NPC_NO_SPRITE,0,0,{
+ end;
+OnTouch:
+ npctalkonce l("You need to be using a @@ because extremely cold temperatures.", getitemlink(RedknightArmor));
+ end;
+
+}