Added pet exclusions (#21)

* Added pet exclusions

* Added druid creepers to pets

---------

Co-authored-by: dmeli <d.melia@outlook.fr>
This commit is contained in:
SoundsLegit
2024-06-25 14:45:29 +02:00
committed by GitHub
parent bd7e821149
commit 3d4b0bc7a4
2 changed files with 14 additions and 16 deletions

View File

@@ -138,10 +138,6 @@ func (gd *GameReader) shouldBeIgnored(txtNo uint) bool {
npc.Larva,
npc.Familiar,
npc.Act3Male,
npc.ClayGolem,
npc.BloodGolem,
npc.IronGolem,
npc.FireGolem,
npc.Act3Female,
npc.Snake,
npc.Parrot,
@@ -164,10 +160,7 @@ func (gd *GameReader) shouldBeIgnored(txtNo uint) bool {
npc.Hydra2,
npc.Hydra3,
npc.SevenTombs,
npc.Valkyrie,
npc.IronWolf,
npc.NecroSkeleton,
npc.NecroMage,
npc.CompellingOrbNpc,
npc.SpiritMummy,
npc.Act2Guard4,
@@ -181,14 +174,6 @@ func (gd *GameReader) shouldBeIgnored(txtNo uint) bool {
npc.InvisiblePet,
npc.InfernoSentry,
npc.DeathSentry,
npc.ShadowWarrior,
npc.ShadowMaster,
npc.DruHawk,
npc.DruSpiritWolf,
npc.DruFenris,
npc.HeartOfWolverine,
npc.OakSage,
npc.DruBear,
npc.BaalThrone,
npc.InjuredBarbarian,
npc.InjuredBarbarian2,