From 34048ae571f911c457d50508b513c8aad407f424 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 May 2022 14:20:10 -0300 Subject: The door can now be used :p --- npc/034-3/gemini.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npc/034-3/gemini.txt b/npc/034-3/gemini.txt index f9e88fa10..f08ff2bef 100644 --- a/npc/034-3/gemini.txt +++ b/npc/034-3/gemini.txt @@ -10,6 +10,11 @@ OnTouch: if (instance_id() < 0 || getcharid(1) < 1) end; GeminiCheck(8); + .@p=getcharid(1); + if ($@VALIA_STATUS[.@p] >= 9) { + warp "val4@"+.@p, 43, 51; + end; + } slide 58, 34; percentheal -20, 0; dispbottom l("You are pushed back violently. There is probably some way to break this barrier."); -- cgit v1.2.3-60-g2f50