summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/xmas/barriers.txt
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-11-08 10:06:19 -0500
committermekolat <mekolat@users.noreply.github.com>2015-11-08 10:19:29 -0500
commitb8504da5be467f979490d3c55b5f32a612ca830d (patch)
tree575fd5ad4a67b390901292f9a8d56bad3ff2f00a /world/map/npc/annuals/xmas/barriers.txt
parentce87986c70259e62bd05a8d2ecfff25d858a6511 (diff)
downloadserverdata-b8504da5be467f979490d3c55b5f32a612ca830d.tar.gz
serverdata-b8504da5be467f979490d3c55b5f32a612ca830d.tar.bz2
serverdata-b8504da5be467f979490d3c55b5f32a612ca830d.tar.xz
serverdata-b8504da5be467f979490d3c55b5f32a612ca830d.zip
run formatter
Diffstat (limited to 'world/map/npc/annuals/xmas/barriers.txt')
-rw-r--r--world/map/npc/annuals/xmas/barriers.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt
index 3e6aad65..6bb1e082 100644
--- a/world/map/npc/annuals/xmas/barriers.txt
+++ b/world/map/npc/annuals/xmas/barriers.txt
@@ -20,13 +20,13 @@ L_Hint:
mes "\"What are you doing? Come, see me in the caves below!\"";
mes "\"I said go north till you reach the snowman. Then head into the cave to the east.\"";
close2;
- warp "020-1.gat",33,94;
+ warp "020-1",33,94;
set @getout, 1;
goto L_Return;
L_Warp:
message strcharinfo(0), "I said get out, We've no time for your kind here.";
- warp "020-1.gat",33,94;
+ warp "020-1",33,94;
set @getout, 1;
goto L_Return;
@@ -35,7 +35,7 @@ L_Return:
}
// Annual Xmas Boss Fight Door
-030-2.gat,153,21,0|script|#DarkDoor|45,0,0
+030-2,153,21,0|script|#DarkDoor|45,0,0
{
callfunc "XmasStates";
@@ -52,7 +52,7 @@ L_XmasMain:
L_Open:
if ($@XmasBattleStatus) goto L_BattleInProgress;
- warp "030-4.gat",34,48;
+ warp "030-4",34,48;
goto L_Close;
L_BattleInProgress:
@@ -71,7 +71,7 @@ L_Close:
// Annual Xmas secret passage to a trapdoor in Santa's Inn Basement
-030-3.gat,27,24,0|script|SmallCrack#XmasPassage|400,0,1
+030-3,27,24,0|script|SmallCrack#XmasPassage|400,0,1
{
callfunc "XmasStates";
@@ -126,7 +126,7 @@ L_QueryWarp:
"No", L_Close;
L_Warp:
- warp "030-2.gat",47,44;
+ warp "030-2",47,44;
goto L_Close;
L_Fail:
@@ -138,7 +138,7 @@ L_Close:
}
// Annual Xmas Escape Hatch
-030-2.gat,48,44,0|script|#BasementDoor|45,0,0
+030-2,48,44,0|script|#BasementDoor|45,0,0
{
callfunc "XmasStates";
@@ -153,7 +153,7 @@ L_XmasMain:
"No.", L_Close;
L_Open:
- warp "030-3.gat",27,26;
+ warp "030-3",27,26;
goto L_Close;
L_NotActive: