Commit 49d1f07c authored by Aephiex's avatar Aephiex Committed by DailyShana

Update EFFECT_MUST_USE_MZONE (#1045)

* Update c61888819.lua
* Update c50696588.lua
parent 87f386ea
...@@ -29,7 +29,7 @@ function c50696588.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -29,7 +29,7 @@ function c50696588.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_MUST_USE_MZONE) e1:SetCode(EFFECT_MUST_USE_MZONE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_NO_TURN_RESET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_NO_TURN_RESET)
e1:SetTargetRange(0,1) e1:SetTargetRange(0,1)
e1:SetValue(flag) e1:SetValue(flag | 0x600060)
e1:SetCountLimit(1) e1:SetCountLimit(1)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
...@@ -46,7 +46,7 @@ function c61888819.frccon(e) ...@@ -46,7 +46,7 @@ function c61888819.frccon(e)
return e:GetHandler():GetSequence()>4 return e:GetHandler():GetSequence()>4
end end
function c61888819.frcval(e,c,fp,rp,r) function c61888819.frcval(e,c,fp,rp,r)
return e:GetHandler():GetLinkedZone() return e:GetHandler():GetLinkedZone() | 0x600060
end end
function c61888819.indcon(e) function c61888819.indcon(e)
return e:GetHandler():GetLinkedGroupCount()>0 return e:GetHandler():GetLinkedGroupCount()>0
......
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