Commit fe055ee3 authored by DailyShana's avatar DailyShana

Merge pull request #401 from nekrozar/patch-1

fix Cubic Unification
parents 800376aa 460c4b9c
......@@ -91,7 +91,7 @@ function c34325937.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c34325937.cfilter(c)
return c:IsSetCard(0xe3) and c:IsPreviousLocation(LOCATION_MZONE)
return c:IsPreviousSetCard(0xe3) and c:IsPreviousLocation(LOCATION_MZONE)
and c:IsPreviousPosition(POS_FACEUP)
end
function c34325937.spcon(e,tp,eg,ep,ev,re,r,rp)
......
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