Adds click attacks

This commit is contained in:
Víctor Aguilera Puerto
2020-08-31 18:55:42 +02:00
parent 9d5278ab0d
commit 69bd44c94c
7 changed files with 167 additions and 66 deletions

View File

@@ -15,7 +15,7 @@ namespace Content.Server.AI.Utility.Considerations.Combat.Melee
return 0.0f;
}
return meleeWeaponComponent.CooldownTime / 10.0f;
return meleeWeaponComponent.ArcCooldownTime / 10.0f;
}
}
}