put an extra \n in choice search result text

This commit is contained in:
Martin Michelsen
2024-03-23 14:11:33 -07:00
parent 5a1880bd65
commit 53b36d7074
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -224,8 +224,7 @@ void PlayerState::apply_assist_card_effect_on_set(
size_t log_index;
for (log_index = 0; log_index < 0x10; log_index++) {
auto ce = s->definition_for_card_ref(
this->discard_log_card_refs[log_index]);
auto ce = s->definition_for_card_ref(this->discard_log_card_refs[log_index]);
if (ce && ((ce->def.type == CardType::ITEM || ce->def.type == CardType::CREATURE))) {
break;
}