Elder guardians convert to elder guardians when struck by lightning, which resets their HP
silversquirl opened this issue ยท 1 comments
ElderGuardianEntity
extends GuardianEntity
and hence inherits the overridden onStruckByLightning
method. A simple fix would be to mixin to ElderGuardianEntity
and define an onStruckByLightning
that calls Entity
's onStruckByLightning
instead.