Commit d9231f18 authored by Chen Bill's avatar Chen Bill

fix aux.dscon() call

parent 692ce0ec
......@@ -18,7 +18,7 @@ function c111280.cfilter(c)
end
function c111280.condition(e,tp,eg,ep,ev,re,r,rp)
local ct=Duel.GetMatchingGroupCount(c111280.cfilter,tp,LOCATION_ONFIELD+LOCATION_GRAVE,LOCATION_ONFIELD+LOCATION_GRAVE,nil)
return ct>0 and aux.dscon()
return ct>0 and aux.dscon(e,tp,eg,ep,ev,re,r,rp)
end
function c111280.filter(c)
return c:IsFaceup() and c:IsRace(RACE_SPELLCASTER) and c:IsAttribute(ATTRIBUTE_DARK)
......
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