Removed unused variable in CombatCommandService

This commit is contained in:
Obique
2019-05-18 11:13:28 -05:00
parent 8d4bde233c
commit 6db736db06

View File

@@ -84,7 +84,6 @@ public class CombatCommandService extends Service {
CreatureObject source = eci.getSource();
SpecialLineInfo specialLine = DataLoader.specialLines().getSpecialLine(command.getSpecialLine());
double actionCost = command.getActionCost() * command.getAttackRolls();
int currentAction = source.getAction();
// TODO future: reduce actionCost with general ACR, weapon ACR and ability ACR