1
0

Added wither damage type, wither entity effect.

This commit is contained in:
archshift
2014-06-08 21:51:55 -07:00
parent 2574573c88
commit 814cdca054
4 changed files with 21 additions and 1 deletions

View File

@@ -432,6 +432,7 @@ bool cEntity::ArmorCoversAgainst(eDamageType a_DamageType)
case dtStarving:
case dtInVoid:
case dtPoisoning:
case dtWithering:
case dtPotionOfHarming:
case dtFalling:
case dtLightning: