Update the archer kit description
This commit is contained in:
parent
81c690aeb2
commit
cf03fbe914
@ -473,7 +473,7 @@ public enum GameKit
|
||||
"cakewarsarcher",
|
||||
new String[]
|
||||
{
|
||||
"Get free arrows even when you are away from your base!",
|
||||
"Fully charged arrows break blocks!",
|
||||
C.blankLine,
|
||||
receiveArrow(1, 6, 3)
|
||||
},
|
||||
|
@ -25,7 +25,7 @@ public class KitCakeArcher extends Kit
|
||||
|
||||
private static final Perk[] PERKS =
|
||||
{
|
||||
new PerkFletcher(6, 3, true, -1, true, "Piercing Arrows"),
|
||||
new PerkFletcher(6, 3, true)
|
||||
};
|
||||
|
||||
private final Set<Entity> _piercingArrows;
|
||||
|
Loading…
Reference in New Issue
Block a user