~ruther/NosSmooth

674050847d7f3307867b891aff8bb31db0ba9ee1 — Rutherther 2 years ago 83c1290
fix(combat): null skill after it was used
1 files changed, 1 insertions(+), 0 deletions(-)

M Extensions/NosSmooth.Extensions.Combat/Techniques/SimpleAttackTechnique.cs
M Extensions/NosSmooth.Extensions.Combat/Techniques/SimpleAttackTechnique.cs => Extensions/NosSmooth.Extensions.Combat/Techniques/SimpleAttackTechnique.cs +1 -0
@@ 139,6 139,7 @@ public class SimpleAttackTechnique : ICombatTechnique
        else
        {
            state.UseSkill(_currentSkill, _target);
            _currentSkill = null;
        }

        return _target.Id;

Do not follow this link