Commit 6a2b1903 authored by Tianchenglipu's avatar Tianchenglipu

Update c34358408.lua

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