Added lore
This commit is contained in:
parent
675642a100
commit
0aec8889fa
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user