summaryrefslogtreecommitdiff
path: root/npc/magic/halhiss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/magic/halhiss.txt')
-rw-r--r--npc/magic/halhiss.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/npc/magic/halhiss.txt b/npc/magic/halhiss.txt
deleted file mode 100644
index cbbac0943..000000000
--- a/npc/magic/halhiss.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// TMW2 script
-// Author: Jesusalva <admin@tmw2.org>
-//
-// Magic Script: TMW2_HALHISS
-//
-// Summons snakes (mountain snakes if GHQ was completed and enough skill)
-
-- script sk#halhiss 32767,{
- end;
-
-OnCall:
- // Deprecated
- dispbottom l("The usage of @sk-commands was deprecated");
- end;
-
-OnInit:
- end;
-}