summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-1/alige.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt
index a0d94442b..92460c51f 100644
--- a/npc/002-1/alige.txt
+++ b/npc/002-1/alige.txt
@@ -200,16 +200,4 @@ OnInit:
*/
end;
-
-
-OnTouch:
- if (getareausers() <= 1)
- setnpcdir "Alige", 2; // 6
- close;
-
-OnUnTouch:
- if (getareausers() == 0)
- setnpcdir "Alige", 4; // 8
- close;
-
}