Update the archer kit description

This commit is contained in:
Sam 2018-03-05 21:57:04 +00:00 committed by Alexander Meech
parent 81c690aeb2
commit cf03fbe914
2 changed files with 2 additions and 2 deletions

View File

@ -473,7 +473,7 @@ public enum GameKit
"cakewarsarcher", "cakewarsarcher",
new String[] new String[]
{ {
"Get free arrows even when you are away from your base!", "Fully charged arrows break blocks!",
C.blankLine, C.blankLine,
receiveArrow(1, 6, 3) receiveArrow(1, 6, 3)
}, },

View File

@ -25,7 +25,7 @@ public class KitCakeArcher extends Kit
private static final Perk[] PERKS = private static final Perk[] PERKS =
{ {
new PerkFletcher(6, 3, true, -1, true, "Piercing Arrows"), new PerkFletcher(6, 3, true)
}; };
private final Set<Entity> _piercingArrows; private final Set<Entity> _piercingArrows;