You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SkillEffect.AddSafeDamage, SkillEffect.QueuedSafeDamage and Pawn.ApplyDamage are all broken, and are not safe to call to deal damage without potentially destroying terrain.
All of these functions are based on SkillEffect.AddSafeDamage.
SkillEffect.AddSafeDamage works by repairing destructible terrain after dealing the damage.
Cracked tiles was added with the Advanced Edition, which makes any terrain destructible. This is not taken into account with the safe damage function.
In order for these functions to work as advertised, they would have to be updated to account for cracked tiles in some way.
The text was updated successfully, but these errors were encountered:
SkillEffect.AddSafeDamage
,SkillEffect.QueuedSafeDamage
andPawn.ApplyDamage
are all broken, and are not safe to call to deal damage without potentially destroying terrain.All of these functions are based on
SkillEffect.AddSafeDamage
.SkillEffect.AddSafeDamage
works by repairing destructible terrain after dealing the damage.Cracked tiles was added with the Advanced Edition, which makes any terrain destructible. This is not taken into account with the safe damage function.
In order for these functions to work as advertised, they would have to be updated to account for cracked tiles in some way.
The text was updated successfully, but these errors were encountered: