Commit 6e605714 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 481732e1
......@@ -59,7 +59,7 @@ function c62256492.target(e,c)
return c:IsSetCard(0xbf) or c:IsSetCard(0xc0)
end
function c62256492.cfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:GetBaseAttack()==1850
return c:IsFaceup() and c:IsControler(tp) and c:IsRace(RACE_SPELLCASTER) and c:GetBaseAttack()==1850
end
function c62256492.drcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c62256492.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