Commit 71c08893 authored by 2924713558's avatar 2924713558 Committed by GitHub

Add files via upload

parent a1c3a78d
......@@ -40,7 +40,8 @@ end
c1130052.toss_coin=true
--
function c1130052.tfilter2(c,tp)
return c:IsReason(REASON_EFFECT+REASON_BATTLE) and c:IsControler(tp)
return c:IsReason(REASON_EFFECT+REASON_BATTLE)
and c:IsControler(tp) and c:IsType(TYPE_MONSTER)
end
function c1130052.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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