From 06cc8a06c17c118ba00ab690793df3a4b767a484 Mon Sep 17 00:00:00 2001 From: LCastr0 Date: Wed, 8 Feb 2017 21:56:49 -0200 Subject: [PATCH] Added lore for cupid pet --- Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java b/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java index 028475b78..d3aba90ab 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/pet/PetType.java @@ -29,7 +29,7 @@ public enum PetType RABBIT("Baby Zombie", EntityType.RABBIT, -9, "They're so cute - until a pack of them chases down your family and eats them."), BLAZE("Grim Reaper", EntityType.BLAZE, -8, "Aww isn't he so cute with his little wings and little scythe?"), GINGERBREAD_MAN("Gingerbread Man", EntityType.ZOMBIE, -16, "Looks like you can catch him after all."), - CUPID_PET("Cupid", EntityType.ZOMBIE, -17, "Placeholder", Material.BOW, (byte) 0), + CUPID_PET("Cupid", EntityType.ZOMBIE, -17, "Sometimes you need a little extra help finding true Love. Why not have Cupid help you out?", Material.BOW, (byte) 0), TRUE_LOVE_PET("True Love", EntityType.ZOMBIE, -14, "Sometimes love means chasing the person of your dreams until you catch them.", Material.APPLE, YearMonth.of(2017, Month.FEBRUARY)) // TODO CHECK IF LOBBY IS 1.9+ // Not in this update