Commit 65421d2c authored by wind2009's avatar wind2009 Committed by wind2009

Fix 聖なる法典

parent 57bb5591
...@@ -36,7 +36,7 @@ function s.fcheck(tp,mg,tc,mg_all) ...@@ -36,7 +36,7 @@ function s.fcheck(tp,mg,tc,mg_all)
return true return true
end end
function s.mttg(e,c) function s.mttg(c)
local tc=c:GetEquipTarget() local tc=c:GetEquipTarget()
return tc and tc:IsSetCard(0x150) and c:GetOriginalType()&TYPE_MONSTER~=0 return tc and tc:IsSetCard(0x150) and c:GetOriginalType()&TYPE_MONSTER~=0
end 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