Commit 277e5773 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Verserion the Electromagna Warrior (#455)

parent 1f930391
...@@ -32,7 +32,7 @@ function c42901635.initial_effect(c) ...@@ -32,7 +32,7 @@ function c42901635.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c42901635.cfilter(c) function c42901635.cfilter(c)
return (c:IsLocation(LOCATION_GRAVE) or c:IsFaceup()) and c:IsAbleToRemoveAsCost() return (c:IsLocation(LOCATION_HAND+LOCATION_GRAVE) or c:IsFaceup()) and c:IsAbleToRemoveAsCost()
end end
function c42901635.sprfilter1(c,mg,ft) function c42901635.sprfilter1(c,mg,ft)
local mg2=mg:Clone() local mg2=mg:Clone()
......
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