Commit 784c021f authored by wind2009's avatar wind2009

Fix Mimighoul Fairy

parent fef6e9f6
Pipeline #29974 passed with stages
in 4 minutes and 55 seconds
......@@ -45,7 +45,8 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
end
function s.aclimit(e,re,tp)
local rc=re:GetHandler()
return re:IsActiveType(TYPE_MONSTER) and rc:IsSummonType(SUMMON_TYPE_SPECIAL) and rc:IsLocation(LOCATION_MZONE) and rc:IsSummonLocation(LOCATION_HAND)
return re:IsActiveType(TYPE_MONSTER) and rc:IsSummonType(SUMMON_TYPE_SPECIAL) and rc:IsLocation(LOCATION_MZONE)
and rc:GetPreviousControler()==tp and rc:IsSummonLocation(LOCATION_HAND)
end
function s.sspfilter(c,tp,e)
return Duel.IsExistingMatchingCard(aux.AND(Card.IsFaceup,Card.IsSetCard),tp,LOCATION_MZONE,0,1,nil,0x1b7)
......
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