Unicorns no longer gain corruption when taking damage

This commit is contained in:
Sollace 2024-03-12 11:59:06 +00:00
parent 0e067e2a24
commit e5f2f696ba
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -584,11 +584,6 @@ public class Pony extends Living<PlayerEntity> implements Copyable<Pony>, Update
setDirty(); setDirty();
} }
} }
if (entity.hurtTime == 1 && getCompositeRace().physical().canCast()) {
corruption.add(1);
setDirty();
}
} }
} }