Update the archer kit description
This commit is contained in:
parent
81c690aeb2
commit
cf03fbe914
@ -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)
|
||||||
},
|
},
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user