Typo in KitBarrage

This commit is contained in:
Sam 2016-07-28 22:49:58 +01:00
parent 6c11037460
commit 9b71f8c30b
2 changed files with 3 additions and 2 deletions

View File

@ -545,7 +545,8 @@ public class QuiverPayload extends TeamGame
{
return;
}
player.getInventory().addItem(Quiver.SUPER_ARROW);
incrementUltimate(player, ULTIMATE_PERCENTAGE_INCREASE_KILL);
for (CombatComponent combatComponent : event.GetLog().GetAttackers())

View File

@ -26,7 +26,7 @@ public class KitBarrage extends ProgressingKit
"Gain an arrow every " + C.cGreen + "5" + C.cWhite + " seconds.",
"",
C.cGreenB + "ULTIMATE",
"When you fire your next arrow you fire an addiational",
"When you fire your next arrow you fire an additional",
C.cGreen + "10" + C.cWhite + " arrows."
};