Commit d41aeb10 authored by Tianchenglipu's avatar Tianchenglipu

Update c8903700.lua

仪式魔人的效果不是对仪式怪兽的影响,不应检查仪式怪兽的效果耐性。
顺便一提,给仪式怪兽注册效果的写法其实并不严谨的感觉。
parent 86c44bbb
......@@ -29,7 +29,7 @@ function c8903700.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e1:SetReset(RESET_EVENT+0x1fe0000)
e1:SetAbsoluteRange(rp,0,1)
rc:RegisterEffect(e1)
rc:RegisterEffect(e1,true)
rc:RegisterFlagEffect(8903700,RESET_EVENT+0x1fe0000,0,1)
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