replace is_trial with is_nte
This commit is contained in:
@@ -439,7 +439,7 @@ void ActionChainWithConds::compute_attack_medium(shared_ptr<Server> server) {
|
||||
if (!ce) {
|
||||
continue;
|
||||
}
|
||||
if (card_class_is_tech_like(ce->def.card_class(), server->options.is_trial())) {
|
||||
if (card_class_is_tech_like(ce->def.card_class(), server->options.is_nte())) {
|
||||
this->chain.attack_medium = AttackMedium::TECH;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user