Hotfix pumpling pet being added to Haunted Chest
This commit is contained in:
parent
7a0fba3027
commit
e73947b9b1
@ -614,7 +614,7 @@ public class RewardManager
|
||||
addReward(Type.TRICK_OR_TREAT, new ChestReward(_inventoryManager, TreasureType.MYTHICAL, 1, 3, rarity, 50, 0));
|
||||
addReward(Type.TRICK_OR_TREAT, new ChestReward(_inventoryManager, TreasureType.ILLUMINATED, 1, 1, rarity, 30, 0));
|
||||
addMount(Type.TRICK_OR_TREAT, getMount(MountZombie.class), rarity, 25);
|
||||
addPetReward(Type.HAUNTED, EntityType.ZOMBIE, rarity, 10);
|
||||
addPetReward(Type.TRICK_OR_TREAT, EntityType.ZOMBIE, rarity, 10);
|
||||
addGadget(Type.TRICK_OR_TREAT, getGadget(MorphPumpkinKing.class), rarity, 5);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user