From b5690f643e555398a5046a138c328fd66ddc4fb0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 6 Apr 2019 22:25:45 -0300 Subject: Fix easily spotted bugs --- npc/001-2-33/triggers.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/npc/001-2-33/triggers.txt b/npc/001-2-33/triggers.txt index 9cff2c3d..e540869c 100644 --- a/npc/001-2-33/triggers.txt +++ b/npc/001-2-33/triggers.txt @@ -4,7 +4,6 @@ // Description: // Artis Aemil's Legion triggers to add and remove masks. -// By default, mask 4 (TopMask) is enabled // Transition Top triggers 001-2-33,26,35,0 script #001-2-33LeftRemTop NPC_HIDDEN,0,2,{ OnTouch: @@ -69,10 +68,10 @@ OnTouch: artisALBottomMask; close; } + // WarpMid is crazy and not working correctly, cause unknown. 001-2-33,29,34,0 script #001-2-33WarpMidLeft NPC_HIDDEN,1,1,{ OnTouch: - dispbottom "I was touched!"; artisALTopMask; close; } -- cgit v1.2.3-70-g09d2