Commit b326f1b2 authored by salix5's avatar salix5

fix No.45 滅亡の予言者 クランブル・ロゴス

parent 32631f5f
......@@ -50,6 +50,11 @@ function c29208536.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetCondition(c29208536.rcon)
tc:RegisterEffect(e1)
if tc:IsType(TYPE_TRAPMONSTER) then
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_TRAPMONSTER)
tc:RegisterEffect(e2)
end
end
end
function c29208536.rcon(e)
......
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