Added 'Found in X' lore
This commit is contained in:
parent
83d141eddc
commit
957004f97a
@ -180,6 +180,11 @@ public class GadgetPage extends ShopPageBase<CosmeticManager, CosmeticShop>
|
||||
itemLore.add(C.cBlack);
|
||||
itemLore.add(C.cBlue + "Found in St Patrick's Chests");
|
||||
}
|
||||
else if (gadget.getCost(GlobalCurrency.TREASURE_SHARD) == -19)
|
||||
{
|
||||
itemLore.add(C.cBlack);
|
||||
itemLore.add(C.cBlue + "Found in Spring Chests");
|
||||
}
|
||||
|
||||
//Rank Unlocks
|
||||
else if (gadget.getCost(GlobalCurrency.TREASURE_SHARD) == -10)
|
||||
|
@ -116,6 +116,11 @@ public class PetPage extends ShopPageBase<CosmeticManager, CosmeticShop>
|
||||
itemLore.add(C.cBlack);
|
||||
itemLore.add(C.cBlue + "Found in St Patrick's Chests");
|
||||
}
|
||||
else if (pet.getPrice() == -19)
|
||||
{
|
||||
itemLore.add(C.cBlack);
|
||||
itemLore.add(C.cBlue + "Found in Spring Chests");
|
||||
}
|
||||
else if (pet.getPrice() == -14)
|
||||
{
|
||||
itemLore.add(C.cBlack);
|
||||
|
Loading…
Reference in New Issue
Block a user