Change morph description

This commit is contained in:
samczsun 2016-12-24 17:38:29 -05:00
parent fe8823c134
commit 10bed92a6a

View File

@ -64,9 +64,7 @@ public class MorphDinnerbone extends MorphGadget implements IPacketHandler
public MorphDinnerbone(GadgetManager manager)
{
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!"
C.cGray + "This morph lets you walk around on your head. But be careful, all the blood might go to your head!",
}, LineFormat.LORE),
-14, Material.EGG, (byte) 0, YearMonth.of(2017, Month.JANUARY));