Commit e94d5ad1 authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Dyna Mondo (#2837)

parent 3e4b9401
......@@ -31,7 +31,7 @@ function c73898890.initial_effect(c)
c:RegisterEffect(e2)
end
function c73898890.lcheck(g)
return g:IsExists(Card.IsType,1,nil,TYPE_RITUAL)
return g:IsExists(Card.IsLinkType,1,nil,TYPE_RITUAL)
end
function c73898890.tdfilter(c)
return c:IsAbleToDeck() and c:IsType(TYPE_RITUAL) and c:IsType(TYPE_MONSTER)
......
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