From f96c486ad7653366f2cff5c38f08c548b75888af Mon Sep 17 00:00:00 2001 From: cha0s Date: Fri, 7 Jun 2019 00:14:53 -0500 Subject: [PATCH] fun: rock cooldown --- server/fixtures/rock.entity.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/server/fixtures/rock.entity.js b/server/fixtures/rock.entity.js index e0e25e6..84aa941 100644 --- a/server/fixtures/rock.entity.js +++ b/server/fixtures/rock.entity.js @@ -37,17 +37,12 @@ export function rockJSON() { }, item: { params: { + cooldown: 0.33, itemActions: { type: 'actions', traversals: [ setProjectileIntoContext, setWielderIntoProjectile, - // buildInvoke( - // ['global', 'wait'], - // [ - // 0.1, - // ], - // ), setProjectileBehaving, ], },