From f77b36c51084fc1cc1eb723c7699e859bd91fbfb Mon Sep 17 00:00:00 2001 From: Mercury233 Date: Thu, 10 Nov 2022 22:52:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E3=82=AE=E3=82=AC=E3=83=B3=E3=83=86?= =?UTF-8?q?=E3=82=A3=E3=83=83=E3=82=AF=E2=80=9C=E3=83=81=E3=83=A3=E3=83=B3?= =?UTF-8?q?=E3=83=94=E3=82=AA=E3=83=B3=E2=80=9D=E3=82=B5=E3=83=AB=E3=82=AC?= =?UTF-8?q?=E3=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit part of https://github.com/Fluorohydride/ygopro-scripts/pull/1988 --- c11132674.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c11132674.lua b/c11132674.lua index 8b754cbeaa..82bb13e5b0 100644 --- a/c11132674.lua +++ b/c11132674.lua @@ -55,7 +55,7 @@ function c11132674.srop(e,tp,eg,ep,ev,re,r,rp) end end function c11132674.descon(e,tp,eg,ep,ev,re,r,rp) - return eg:IsExists(Card.IsLocation,1,nil,LOCATION_ONFIELD+LOCATION_OVERLAY) + return eg:IsExists(Card.IsLocation,1,nil,LOCATION_MZONE) end function c11132674.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) if chkc then return chkc:IsOnField() end