summaryrefslogtreecommitdiff
path: root/world/map/npc/005-3
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/005-3')
-rw-r--r--world/map/npc/005-3/monsters.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/world/map/npc/005-3/monsters.txt b/world/map/npc/005-3/monsters.txt
index 439b6300..a52d0dc3 100644
--- a/world/map/npc/005-3/monsters.txt
+++ b/world/map/npc/005-3/monsters.txt
@@ -2,13 +2,12 @@
// This is the Snake Pit, a cave in the Snake Desert.
//
-005-3.gat,0,0,0,0 monster Snake 1010,175,0,0,Mob22::OnSnake
+005-3.gat,0,0,0,0|monster|Snake|1010,175,0,0,Mob22::OnSnake
-005-3.gat,0,0,0 script Mob22 -1,{
+005-3.gat,0,0,0|script|Mob22|-1,{
OnSnake:
- set @mobID, 1010;
- callfunc "MobPoints";
- break;
-
- end;
+ set @mobID, 1010;
+ callfunc "MobPoints";
+ break;
+ end;
}