Commit 6c38a9de authored by Tianchenglipu's avatar Tianchenglipu

Update c33145233.lua

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