Added lore

This commit is contained in:
LCastr0 2016-12-23 23:56:43 -02:00
parent 675642a100
commit 0aec8889fa

View File

@ -44,7 +44,11 @@ public class MorphDinnerbone extends MorphGadget
public MorphDinnerbone(GadgetManager manager)
{
super(manager, "Over Easy Morph", UtilText.splitLinesToArray(new String[]{C.cGray + "Placeholder"}, LineFormat.LORE),
super(manager, "Over Easy Morph", UtilText.splitLinesToArray(new String[]{
C.cGray + "This morph lets you walk around in your head. But be careful! While you're upside down some other cosmetics will be disabled.",
"",
C.cRedB + "You cannot right click mobs while using this morph!"
}, LineFormat.LORE),
-14, Material.EGG, (byte) 0, YearMonth.of(2017, Month.JANUARY));
}