Added wither damage type, wither entity effect.

This commit is contained in:
archshift
2014-06-17 11:39:21 -07:00
parent 2574573c88
commit 814cdca054
4 changed files with 21 additions and 1 deletions
+1
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: