diff options
Diffstat (limited to 'world/map/npc/annuals/xmas/barriers.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/barriers.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt index 07bff6f7..551c59f6 100644 --- a/world/map/npc/annuals/xmas/barriers.txt +++ b/world/map/npc/annuals/xmas/barriers.txt @@ -2,7 +2,7 @@ // author: Jenalya, Chayenne, cinderweb, wushin // please see #XmasConfig -function|script|ThrowOutTheBum|, +function|script|ThrowOutTheBum { if((@xmas_thrown_out) && ($@xmas_time)) goto L_SideOut; @@ -31,7 +31,7 @@ L_Return: } // Annual Xmas Boss Fight Door -030-2.gat,153,21,0|script|#DarkDoor|45,0,0, +030-2.gat,153,21,0|script|#DarkDoor|45,0,0 { callfunc "XmasStates"; @@ -67,7 +67,7 @@ L_Close: // Annual Xmas secret passage to a trapdoor in Santa's Inn Basement -030-3.gat,100,49,0|script|SmallCrack#XmasPassage|400,0,1, +030-3.gat,100,49,0|script|SmallCrack#XmasPassage|400,0,1 { callfunc "XmasStates"; @@ -134,7 +134,7 @@ L_Close: } // Annual Xmas Escape Hatch -030-2.gat,48,44,0|script|#BasementDoor|45,0,0, +030-2.gat,48,44,0|script|#BasementDoor|45,0,0 { callfunc "XmasStates"; |