Commit a295cc61 authored by Vee4's avatar Vee4 Committed by GitHub

Update Mokey Mokey Smackdown (#2984)

parent 561c00b6
...@@ -26,7 +26,7 @@ function c1965724.initial_effect(c) ...@@ -26,7 +26,7 @@ function c1965724.initial_effect(c)
end end
function c1965724.cfilter(c,tp) function c1965724.cfilter(c,tp)
return c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP) return c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP)
and c:IsPreviousControler(tp) and c:IsRace(RACE_FAIRY) and c:IsPreviousControler(tp) and c:GetPreviousRaceOnField()&RACE_FAIRY~=0
end end
function c1965724.cfilter2(c) function c1965724.cfilter2(c)
return c:IsFaceup() and c:IsCode(27288416) return c:IsFaceup() and c:IsCode(27288416)
......
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