Commit 07bc20e2 authored by Vury Leo's avatar Vury Leo

WP controller

parent f2a167c1
Pipeline #42966 failed with stages
in 2 minutes and 3 seconds
......@@ -129,6 +129,11 @@ function s.matval(e,lc,mg,c,tp)
local fid=e:GetLabel()
if wp:GetFieldID()~=fid then return false,nil end
-- W:Pファンシーボール must be controlled by tp to provide its material effect
if wp:GetControler()~=tp then
return false,nil
end
-- W:Pファンシーボール only relates to opponent face-up Link<=2
if not s.wp_eligible_opp_link2(c,tp) then
return false,nil
......
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