From 66a4bf3a8eb84dede1323e560313419743f58030 Mon Sep 17 00:00:00 2001 From: Edoardo Lolletti Date: Thu, 8 Aug 2024 17:02:24 +0200 Subject: [PATCH] Import https://github.com/Fluorohydride/ygopro-core/pull/586 --- operations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operations.cpp b/operations.cpp index 3ca8e80e..9e8f62d4 100644 --- a/operations.cpp +++ b/operations.cpp @@ -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)