Commit 427bc5c6 authored by DailyShana's avatar DailyShana

a little errata

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