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

fix 混沌幻魔アーミタイル

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