set cast / hit to full duration if theres no overlap

This commit is contained in:
Mashy
2019-12-09 10:16:03 +10:00
parent 445a641b8d
commit 60587351b5
2 changed files with 58 additions and 48 deletions
-1
View File
@@ -14,7 +14,6 @@ module.exports = {
activeSkill: createReducer(null, 'SET_ACTIVE_SKILL'),
animating: createReducer(false, 'SET_ANIMATING'),
animSkill: createReducer(null, 'SET_ANIM_SKILL'),
animSource: createReducer(null, 'SET_ANIM_SOURCE'),
animFocus: createReducer(null, 'SET_ANIM_FOCUS'),
animTarget: createReducer(null, 'SET_ANIM_TARGET'),