1
0

Add Zombie Villagers

This commit is contained in:
Bond-009
2018-02-03 12:24:19 +01:00
committed by Alexander Harkness
parent df8d7332d0
commit 8438def87e
25 changed files with 406 additions and 97 deletions

View File

@@ -456,9 +456,10 @@ bool cEntity::DoTakeDamage(TakeDamageInfo & a_TDI)
switch (Monster->GetMobType())
{
case mtSkeleton:
case mtZombie:
case mtWither:
case mtZombie:
case mtZombiePigman:
case mtZombieVillager:
{
a_TDI.FinalDamage += 2.5f * SmiteLevel;
break;