fixed some colors
This commit is contained in:
parent
bccade55bc
commit
55fffdad59
@ -86,7 +86,7 @@ public class GadgetPage extends ShopPageBase<CosmeticManager, CosmeticShop>
|
||||
if (gadget.getSet() != null)
|
||||
{
|
||||
itemLore.add(C.cBlack);
|
||||
itemLore.add(C.cGray + gadget.getSet().getName() + " Set;");
|
||||
itemLore.add(C.cWhite + gadget.getSet().getName() + " Set;");
|
||||
|
||||
//Elements
|
||||
for (Gadget cur : gadget.getSet().getGadgets())
|
||||
@ -95,7 +95,7 @@ public class GadgetPage extends ShopPageBase<CosmeticManager, CosmeticShop>
|
||||
itemLore.add(C.cBlack);
|
||||
|
||||
//Bonus
|
||||
itemLore.add(C.cGray + gadget.getSet().getName() + " Set Bonus;");
|
||||
itemLore.add(C.cWhite + gadget.getSet().getName() + " Set Bonus;");
|
||||
for (String bonus : gadget.getSet().getBonus())
|
||||
itemLore.add(" " + (gadget.getSet().isActive(getPlayer()) ? C.cGreen : C.cGray) + bonus);
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ public class OutfitRaveSuit extends OutfitGadget
|
||||
int cost, ArmorSlot slot, Material mat, byte data)
|
||||
{
|
||||
super(manager, name,
|
||||
UtilText.splitLineToArray(C.cWhite + "There's nothing more suitable for celebration than this high tech flashing outfit!", LineFormat.LORE),
|
||||
UtilText.splitLineToArray(C.cGray + "There's nothing more suitable for celebration than this high tech flashing outfit!", LineFormat.LORE),
|
||||
cost, slot, mat, data);
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@ public class OutfitSpaceSuit extends OutfitGadget
|
||||
int cost, ArmorSlot slot, Material mat, byte data)
|
||||
{
|
||||
super(manager, name,
|
||||
UtilText.splitLineToArray(C.cWhite + "Designed specifically for combat in deep space for a sport known as \'Gravity\'", LineFormat.LORE),
|
||||
UtilText.splitLineToArray(C.cGray + "Designed specifically for combat in deep space for a sport known as \'Gravity\'", LineFormat.LORE),
|
||||
cost, slot, mat, data);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user