We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16e35f commit 835c925Copy full SHA for 835c925
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Body/UndeadBody.cpp
@@ -84,6 +84,7 @@ void UndeadBody::attemptDamage( DamageInfo *damageInfo )
84
#if RETAIL_COMPATIBLE_CRC
85
&& damageInfo->in.m_amount >= getHealth()
86
#else
87
+ // TheSuperHackers @bugfix Stubbjax 20/09/2025 Battle Buses now correctly apply damage modifiers when calculating lethal damage
88
&& estimateDamage(damageInfo->in) >= getHealth()
89
#endif
90
&& IsHealthDamagingDamage(damageInfo->in.m_damageType)
0 commit comments