PC-402
Fixes a typo with the BeastMaster kit.
This commit is contained in:
parent
981943b38b
commit
78c5b8a0a3
@ -49,7 +49,7 @@ public class PerkWolfPet extends Perk
|
||||
super("Wolf Master", new String[]
|
||||
{
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user