Commit 33eefd50 authored by Amiya's avatar Amiya

修复

parent b1dc2910
Pipeline #32522 passed with stages
in 1 minute and 52 seconds
......@@ -42,12 +42,12 @@ end
function s.checkop(e,tp,eg,ep,ev,re,r,rp)
for tc in aux.Next(eg) do
if re and re:GetHandler():IsType(TYPE_MONSTER) then
tc:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD,0,1)
tc:RegisterFlagEffect(id,RESET_CHAIN,0,1)
end
end
end
function s.cfilter(c)
return c:IsFaceup()
return c:IsFaceup() and c:GetFlagEffect(id)~=0
and c:IsReason(REASON_COST)
and c:IsPreviousLocation(LOCATION_ONFIELD+LOCATION_HAND)
end
......
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