Fix ambuzol zombie damage (#21432)
This commit is contained in:
@@ -226,7 +226,7 @@ namespace Content.Server.Zombies
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_mobState.IsIncapacitated(entity, mobState) && !HasComp<ZombieComponent>(entity))
|
if (_mobState.IsIncapacitated(entity, mobState) && !HasComp<ZombieComponent>(entity) && !HasComp<ZombieImmuneComponent>(entity))
|
||||||
{
|
{
|
||||||
ZombifyEntity(entity);
|
ZombifyEntity(entity);
|
||||||
args.BonusDamage = -args.BaseDamage;
|
args.BonusDamage = -args.BaseDamage;
|
||||||
|
|||||||
Reference in New Issue
Block a user