Commit 6d0b9c34 authored by wind2009's avatar wind2009

Merge branch 'patch-2' into 'master'

fix--精霊コロゾ

See merge request !39
parents 99d151d6 fbc44606
Pipeline #27689 passed with stages
in 1 minute and 21 seconds
......@@ -34,7 +34,7 @@ function s.mfilter2(c)
return c:IsRace(RACE_SPELLCASTER) or (c:IsLocation(LOCATION_SZONE) and bit.band(c:GetOriginalRace(),RACE_SPELLCASTER)~=0)
end
function s.cfilter(c,fc)
return c:IsAbleToGraveAsCost()
return c:IsAbleToGraveAsCost() and bit.band(c:GetOriginalType(),TYPE_MONSTER)~=0
end
function s.natg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local a=Duel.GetAttacker()
......
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