Commit 8dd2c02e authored by VanillaSalt's avatar VanillaSalt

Merge pull request #703 from Lsty/patch-4

Update c28388296.lua
parents 8a9099fc b099e404
......@@ -33,7 +33,7 @@ function c28388296.initial_effect(c)
end
function c28388296.cfilter(c,tp)
return c:IsSetCard(0x24) and c:IsType(TYPE_MONSTER) and bit.band(c:GetReason(),0x41)==0x41
and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP)
and c:IsPreviousLocation(LOCATION_MZONE) and c:IsPreviousPosition(POS_FACEUP)
end
function c28388296.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c28388296.cfilter,1,nil,tp)
......
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