Commit de05ce6e authored by GuGu's avatar GuGu

Update c26058.lua

parent 80a746dd
Pipeline #32971 passed with stage
in 23 seconds
......@@ -36,7 +36,7 @@ function c26058.spop1(e,tp,eg,ep,ev,re,r,rp)
end
function c26058.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsPreviousLocation(LOCATION_ONFIELD)
return c:IsPreviousLocation(LOCATION_ONFIELD) and c:IsPreviousPosition(POS_FACEDOWN)
end
function c26058.spfilter(c,e,tp)
return c:IsSetCard(0x251) and (c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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