PC-422
Fixes a not well constructed kit description. (Medic)
This commit is contained in:
parent
d83a6cd95c
commit
146f878e62
@ -9,10 +9,8 @@ import org.bukkit.inventory.ItemStack;
|
||||
import org.bukkit.inventory.meta.PotionMeta;
|
||||
|
||||
import mineplex.core.common.util.C;
|
||||
import mineplex.core.common.util.F;
|
||||
import mineplex.core.common.util.UtilInv;
|
||||
import mineplex.core.common.util.UtilServer;
|
||||
import mineplex.core.itemstack.ItemStackFactory;
|
||||
import mineplex.core.recharge.Recharge;
|
||||
import mineplex.core.updater.UpdateType;
|
||||
import mineplex.core.updater.event.UpdateEvent;
|
||||
@ -27,7 +25,7 @@ public class PerkWitherMedicRefill extends Perk
|
||||
{
|
||||
super("Healing Hands", new String[]
|
||||
{
|
||||
C.cGray + "Receive 1 healing bottle every " + timeInSeconds + " seconds if you're inventory is clearned from a bottle.",
|
||||
C.cGray + "Receive 1 healing bottle every " + timeInSeconds + " seconds. Maximum of 1.",
|
||||
});
|
||||
|
||||
this._time = timeInSeconds;
|
||||
|
Loading…
Reference in New Issue
Block a user