diff options
-rw-r--r-- | npc/034-3/gemini.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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."); |