Commit 27f29c7d authored by Chen Bill's avatar Chen Bill

fix 混沌幻魔アーミタイル

parent 182873f9
......@@ -31,8 +31,9 @@ function c43378048.splimit(e,se,sp,st)
return e:GetHandler():GetLocation()~=LOCATION_EXTRA
end
function c43378048.atkval(e,c)
local c=e:GetHandler()
if Duel.GetTurnPlayer()==e:GetHandlerPlayer() and not c:IsHasEffect(EFFECT_SET_ATTACK_FINAL) then return 10000
else return c:GetAttack()
if Duel.GetTurnPlayer()==e:GetHandlerPlayer() then
return 10000
else
return 0
end
end
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