summaryrefslogtreecommitdiff
path: root/world/map/npc/013-3
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/013-3')
-rw-r--r--world/map/npc/013-3/barrier.txt2
-rw-r--r--world/map/npc/013-3/mask_chest.txt2
-rw-r--r--world/map/npc/013-3/misc.txt2
-rw-r--r--world/map/npc/013-3/sword_chest.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/013-3/barrier.txt b/world/map/npc/013-3/barrier.txt
index 40c2600c..bf6621e1 100644
--- a/world/map/npc/013-3/barrier.txt
+++ b/world/map/npc/013-3/barrier.txt
@@ -1,6 +1,6 @@
//
-013-3.gat,71,21,0|script|#DemonMineBarrier1#_M|45,1,1,
+013-3.gat,71,21,0|script|#DemonMineBarrier1#_M|45,1,1
{
callfunc "ClearVariables";
diff --git a/world/map/npc/013-3/mask_chest.txt b/world/map/npc/013-3/mask_chest.txt
index 87b90878..44d7956b 100644
--- a/world/map/npc/013-3/mask_chest.txt
+++ b/world/map/npc/013-3/mask_chest.txt
@@ -1,6 +1,6 @@
//
-013-3.gat,28,27,0|script|Chest#DemonMask|111,
+013-3.gat,28,27,0|script|Chest#DemonMask|111
{
callfunc "ClearVariables";
diff --git a/world/map/npc/013-3/misc.txt b/world/map/npc/013-3/misc.txt
index 60324fff..5a23b850 100644
--- a/world/map/npc/013-3/misc.txt
+++ b/world/map/npc/013-3/misc.txt
@@ -1,6 +1,6 @@
//
-013-3.gat,127,68,0|script|Chest#boring|111,
+013-3.gat,127,68,0|script|Chest#boring|111
{
mes "You can't see any way to open this chest.";
close;
diff --git a/world/map/npc/013-3/sword_chest.txt b/world/map/npc/013-3/sword_chest.txt
index 14aaffec..bbcd4fb9 100644
--- a/world/map/npc/013-3/sword_chest.txt
+++ b/world/map/npc/013-3/sword_chest.txt
@@ -1,6 +1,6 @@
//
-013-3.gat,177,22,0|script|Chest#sword|111,
+013-3.gat,177,22,0|script|Chest#sword|111
{
callfunc "ClearVariables";
if (FLAGS & FLAG_HURNSMINE_CHEST) goto L_Finished;