Commit fb2e3026 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

Fix オーバーレイ・イーター,エクシーズ・リベンジ,rum-バリアンズ・フォース (#2204)

* fix エクシーズ・リベンジ

修复其效果无法诱发巨大喷流“冠军”尾宿五②效果的问题。

* fix RUM-バリアンズ・フォース

修复其效果无法诱发巨大喷流“冠军”尾宿五②效果的问题

* fix オーバーレイ・イーター

修复其效果无法诱发巨大喷流“冠军”尾宿五②效果的问题
parent cdcc1e37
......@@ -41,5 +41,6 @@ function c10275411.activate(e,tp,eg,ep,ev,re,r,rp)
local oc=mg:GetFirst():GetOverlayTarget()
Duel.Overlay(tc,mg)
Duel.RaiseSingleEvent(oc,EVENT_DETACH_MATERIAL,e,0,0,0,0)
Duel.RaiseEvent(oc,EVENT_DETACH_MATERIAL,e,0,0,0,0)
end
end
......@@ -52,6 +52,7 @@ function c47660516.activate(e,tp,eg,ep,ev,re,r,rp)
local oc=mg2:GetFirst():GetOverlayTarget()
Duel.Overlay(sc,mg2)
Duel.RaiseSingleEvent(oc,EVENT_DETACH_MATERIAL,e,0,0,0,0)
Duel.RaiseEvent(oc,EVENT_DETACH_MATERIAL,e,0,0,0,0)
end
end
end
......@@ -28,4 +28,5 @@ function c81816475.operation(e,tp,eg,ep,ev,re,r,rp)
local oc=mg:GetFirst():GetOverlayTarget()
Duel.Overlay(tc,mg)
Duel.RaiseSingleEvent(oc,EVENT_DETACH_MATERIAL,e,0,0,0,0)
Duel.RaiseEvent(oc,EVENT_DETACH_MATERIAL,e,0,0,0,0)
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