Commit b4320255 authored by mercury233's avatar mercury233 Committed by GitHub

fix 黒い旋風

parent 6e450031
...@@ -17,7 +17,7 @@ function c91351370.initial_effect(c) ...@@ -17,7 +17,7 @@ function c91351370.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c91351370.filter(c,val) function c91351370.filter(c,val)
local atk=c:GetAttack() local atk=c:GetTextAttack()
return atk>=0 and atk<val and c:IsSetCard(0x33) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() return atk>=0 and atk<val and c:IsSetCard(0x33) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end end
function c91351370.target(e,tp,eg,ep,ev,re,r,rp,chk) function c91351370.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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