Commit 322166cf authored by mallu11's avatar mallu11 Committed by GitHub

fix 妖精の伝姫 (#1560)

parent 98a2ee07
......@@ -65,7 +65,7 @@ function c91957038.nsop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c91957038.damfilter(c)
return c:IsAttack(1850) and c:IsRace(RACE_SPELLCASTER) and c:IsFaceup()
return c:GetBaseAttack()==1850 and c:IsRace(RACE_SPELLCASTER) and c:IsFaceup()
end
function c91957038.damcon(e)
return e:GetHandler():GetFlagEffect(91957038)==0
......
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