diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:06:39 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:22 -0600 |
commit | ac94b5185e33f525bb26f02cafbd3d877d0a2f60 (patch) | |
tree | 17562f343694c47c6ed425dffef1c1033a9112ab /world/map/npc/items/launcher_ammo.txt | |
parent | fd8f4196a0b4fd9552d25fde1323191542e11bb8 (diff) | |
download | serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.gz serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.bz2 serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.tar.xz serverdata-ac94b5185e33f525bb26f02cafbd3d877d0a2f60.zip |
Fix Items For AST
Diffstat (limited to 'world/map/npc/items/launcher_ammo.txt')
-rw-r--r-- | world/map/npc/items/launcher_ammo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |