This commit is contained in:
		@@ -6,7 +6,7 @@ const CreatureLib::Battling::BattleLibrary *CreatureLib::Battling::Battle::GetLi
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool CreatureLib::Battling::Battle::CanUse(CreatureLib::Battling::BaseTurnChoice *choice) {
 | 
			
		||||
    if (choice->GetKind() == TurnChoiceKind::Attack)
 | 
			
		||||
    if (choice->GetKind() == TurnChoiceKind::Attack){
 | 
			
		||||
        //HOOK: change number of uses needed.
 | 
			
		||||
        return static_cast<AttackTurnChoice*>(choice)->GetAttack()->GetRemainingUses() > 1;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user