Commit 3137ae78 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent f76fc0d9
......@@ -26,7 +26,7 @@ function s.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetCode(EFFECT_TRAP_ACT_IN_SET_TURN)
e4:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e4:SetCondition(s.actcon)
e4:SetCondition(s.aftcon)
c:RegisterEffect(e4)
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD)
......@@ -56,7 +56,7 @@ function s.actcon(e)
local ph=Duel.GetCurrentPhase()
return ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE
end
function s.actcon(e)
function s.aftcon(e)
return Duel.GetMatchingGroupCount(aux.TRUE,e:GetHandlerPlayer(),0,LOCATION_MZONE,1,nil)>0
end
function s.filter(e,c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment