Commit e8a5e9aa authored by GuGu's avatar GuGu

Update c21085.lua

parent 630838b5
Pipeline #39983 passed with stage
in 6 seconds
......@@ -72,7 +72,7 @@ function c21085.hspop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end
function c21085.thfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and (c:IsSetCard(0x137) or (c:IsAttribute(WATER) and c:IsLevelBelow(3)))
return c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and (c:IsSetCard(0x137) or (c:IsAttribute(ATTRIBUTE_WATER) and c:IsLevelBelow(3)))
end
function c21085.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c21085.thfilter(chkc) end
......
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