mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Unicorns no longer gain corruption when taking damage
This commit is contained in:
parent
0e067e2a24
commit
e5f2f696ba
1 changed files with 0 additions and 5 deletions
|
@ -584,11 +584,6 @@ public class Pony extends Living<PlayerEntity> implements Copyable<Pony>, Update
|
|||
setDirty();
|
||||
}
|
||||
}
|
||||
|
||||
if (entity.hurtTime == 1 && getCompositeRace().physical().canCast()) {
|
||||
corruption.add(1);
|
||||
setDirty();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue