Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Aug 8, 2024
1 parent 11e59fd commit 66a4bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4983,9 +4983,9 @@ bool field::process(Processors::MoveToField& arg) {
target->reset(resetflag, RESET_EVENT);
target->clear_card_target();
}
if(!(target->current.location & LOCATION_ONFIELD))
target->clear_relate_effect();
}
if(!(target->current.location & LOCATION_ONFIELD))
target->clear_relate_effect();
if(ret == 1)
target->current.reason &= ~REASON_TEMPORARY;
if((ret == 0 && location != target->current.location)
Expand Down

0 comments on commit 66a4bf3

Please sign in to comment.