Fixes a typo with the BeastMaster kit.
This commit is contained in:
Sam 2016-06-04 17:00:09 +01:00
parent 981943b38b
commit 78c5b8a0a3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class PerkWolfPet extends Perk
super("Wolf Master", new String[] super("Wolf Master", new String[]
{ {
C.cGray + "Spawn 1 Wolf every " + spawnRate + " seconds. Maximum of " + max + ".", C.cGray + "Spawn 1 Wolf every " + spawnRate + " seconds. Maximum of " + max + ".",
C.cYellow + "Right-Click" + C.cGray + " with Sword/Axe to use " + C.cGreen + "Wolf Tackle", C.cYellow + "Right-Click" + C.cGray + " with Sword/Axe to use " + C.cGreen + "Cub Strike",
}); });
_spawnRate = spawnRate; _spawnRate = spawnRate;