Commit ed37554f authored by mercury233's avatar mercury233 Committed by GitHub

fix メルフィー・ラッシィ

parent db2c8470
......@@ -38,7 +38,7 @@ end
function c34800281.cfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsPreviousLocation(LOCATION_MZONE)
and (c:GetPreviousRaceOnField()&RACE_BEAST)>0
and c:IsPreviousPosition(POS_FACEUP)
and c:IsPreviousPosition(POS_FACEUP) and not c:IsCode(34800281)
end
function c34800281.regop(e,tp,eg,ep,ev,re,r,rp)
for p=0,1 do
......
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