Commit 98a2ee07 authored by mercury233's avatar mercury233 Committed by GitHub

fix ドヨン@イグニスター

parent 1acc0233
......@@ -44,7 +44,8 @@ function c88413677.thop1(e,tp,eg,ep,ev,re,r,rp)
end
end
function c88413677.thcon2(e,tp,eg,ep,ev,re,r,rp)
return r==REASON_LINK and e:GetHandler():GetReasonCard():IsRace(RACE_CYBERSE)
local c=e:GetHandler()
return r==REASON_LINK and c:GetReasonCard():IsRace(RACE_CYBERSE) and c:IsLocation(LOCATION_GRAVE)
end
function c88413677.thfilter2(c)
return c:IsSetCard(0x136) and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
......
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