Page MenuHomeWildfire Games

Fix StatusEffects not being applied after rP24001.
ClosedPublic

Authored by Freagarach on Aug 27 2020, 6:51 PM.

Details

Summary

rP24001 Broke StatusEffects being applied. This fixes that.

Test Plan

Review code, check that StatusEffecs *are* applied now.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Freagarach created this revision.Aug 27 2020, 6:51 PM
Freagarach requested review of this revision.Aug 27 2020, 6:57 PM
bb accepted this revision.Aug 28 2020, 2:32 PM
bb removed a reviewer: Restricted Owners Package.

grepped for completion that all HandleAttackEffects got a treatment (should have done that earlier)

binaries/data/mods/public/simulation/helpers/Attacking.js
173 ↗(On Diff #13316)

Needs change

This revision is now accepted and ready to land.Aug 28 2020, 2:32 PM
This revision was automatically updated to reflect the committed changes.

Thanks for the review @bb :)