thusd lung damage

This commit is contained in:
Janet Blackquill
2025-10-03 15:39:36 -04:00
parent 579ea90d49
commit 677b79979a
32 changed files with 598 additions and 2 deletions

View File

@@ -170,6 +170,9 @@ public sealed partial class ZombieSystem
RemComp<CryostasisFactorComponent>(target);
RemComp<UniqueWoundOnDamageComponent>(target);
RemComp<IntrinsicPainComponent>(target);
RemComp<LungDamageComponent>(target);
RemComp<LungDamageOnInhaledAirTemperatureComponent>(target);
RemComp<LungDamageAlertsComponent>(target);
var entProto = _protoManager.Index(AddOnWoundableZombified);
EntityManager.RemoveComponents(target, entProto.Components);