From 2617183b33141e7b51d0cf282ad7ed9634a5832e Mon Sep 17 00:00:00 2001 From: Mashy Date: Tue, 29 Oct 2019 11:36:56 +1000 Subject: [PATCH] fix curse animation (wouldn't go off if already cast once) --- client/src/components/anims/curse.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/anims/curse.jsx b/client/src/components/anims/curse.jsx index 0747b1c8..f6305e4a 100644 --- a/client/src/components/anims/curse.jsx +++ b/client/src/components/anims/curse.jsx @@ -21,9 +21,9 @@ class Curse extends Component { render() { return ( @@ -64,7 +64,7 @@ class Curse extends Component { targets: ['#curse circle'], r: 0, easing: 'easeInOutSine', - delay: TIMES.TARGET_DURATION_MS / 2, + delay: TIMES.TIMES.TARGET_DELAY_MS, duration: TIMES.TARGET_DURATION_MS, direction: 'reverse', }));