From ac94b5185e33f525bb26f02cafbd3d877d0a2f60 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 5 Nov 2014 11:06:39 -0600 Subject: Fix Items For AST --- world/map/npc/items/launcher_ammo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/items/launcher_ammo.txt') diff --git a/world/map/npc/items/launcher_ammo.txt b/world/map/npc/items/launcher_ammo.txt index 25f4df9b..1582f8a4 100644 --- a/world/map/npc/items/launcher_ammo.txt +++ b/world/map/npc/items/launcher_ammo.txt @@ -11,14 +11,14 @@ // // ------------------------------------------------------------ -function|script|CheckLauncher|, +function|script|CheckLauncher { if (getequipid(equip_arrow) == -1) set @LauncherType, 0; return; } -function|script|CheckAmmo|, +function|script|CheckAmmo { if ((@LauncherType == @AmmoType) || (!@LauncherType)) goto L_Return; -- cgit v1.2.3-60-g2f50