Commit 684170ec authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 4e801b7a
......@@ -57,7 +57,7 @@ function c55168550.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummonComplete()
end
function c55168550.filter(c)
return c:IsSetCard(0x7b) and c:IsType(TYPE_MONSTER)
return c:IsSetCard(0x7b) and c:IsType(TYPE_MONSTER) and c:IsDefenseAbove(0)
end
function c55168550.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c55168550.filter(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