Commit 9bf3d963 authored by salix5's avatar salix5

Merge pull request #185 from DailyShana/patch-4

a little errata
parents 2e9d77ab 427bc5c6
......@@ -63,7 +63,7 @@ function c13893596.tgfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
end
function c13893596.filter(c,rc)
return c:IsRelateToCard(rc) and c:IsSetCard(0x40)
return c:IsRelateToCard(rc) and c:IsSetCard(0x40) and c:IsType(TYPE_MONSTER)
end
function c13893596.tgop(e,tp,eg,ep,ev,re,r,rp)
local WIN_REASON_EXODIUS = 0x14
......
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