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

fix

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