Update Ammo authored by Phillip's avatar Phillip
...@@ -48,7 +48,7 @@ TestGun: ...@@ -48,7 +48,7 @@ TestGun:
Lore: Lore:
- "&7Ammunition 10 / 10" - "&7Ammunition 10 / 10"
Skills: Skills:
- consumeammo{amount=1; onNoAmmo=TestGun-OutOfAmmo; onUse=TestGun-Fire} @self ~onUse - consumeammo{amount=1; onNoAmmo=TestGun-OutOfAmmo; onUse=TestGun-Fire} @self ~onUse
- reloadammo{sync=false; - reloadammo{sync=false;
onReload=TestGun-Reload; onReload=TestGun-Reload;
onFail=TestGun-Reload-Fail; onFail=TestGun-Reload-Fail;
... ...
......