more grammatical errors hast been fixed
This commit is contained in:
parent
fe658b30a1
commit
a8d9956846
@ -29,7 +29,7 @@ public class ParticleCandyCane extends ParticleGadget
|
||||
public ParticleCandyCane(GadgetManager manager)
|
||||
{
|
||||
super(manager, "Crushed Candy Cane",
|
||||
UtilText.splitLineToArray(C.cGray + "There’s no such thing as too much Christmas Candy. Don’t listen to your dentist.", LineFormat.LORE),
|
||||
UtilText.splitLineToArray(C.cGray + "There’s no such thing as too much Christmas Candy. Don't listen to your dentist.", LineFormat.LORE),
|
||||
-3, Material.INK_SACK, (byte)1);
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ public class ParticleFrostLord extends ParticleGadget
|
||||
public ParticleFrostLord(GadgetManager manager)
|
||||
{
|
||||
super(manager, "Wind of the Frost Lord",
|
||||
UtilText.splitLineToArray(C.cGray + "He’s not passing wind okay? HE HAS A CONDITION!", LineFormat.LORE),
|
||||
UtilText.splitLineToArray(C.cGray + "He's not passing wind, okay? HE HAS A CONDITION!", LineFormat.LORE),
|
||||
-3,
|
||||
Material.SNOW_BALL, (byte)0, "Frost Lord");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user