Commit d0efd534 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 52487035
......@@ -25,9 +25,9 @@ function c35059553.initial_effect(c)
c:RegisterEffect(e3)
end
function c35059553.value(e,fp,rp,r)
if rp==e:GetHandlerPlayer() or r~=LOCATION_REASON_TOFIELD then return 6 end
if rp==e:GetHandlerPlayer() or r~=LOCATION_REASON_TOFIELD then return 7 end
local limit=Duel.GetFieldGroupCount(e:GetHandlerPlayer(),LOCATION_MZONE,0)
return limit>0 and limit or 6
return limit>0 and limit or 7
end
function c35059553.sumlimit(e,c)
local tp=e:GetHandlerPlayer()
......
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