Commit 96608b24 authored by wind2009's avatar wind2009

Fix Psychic Omnibuster

parent 039d7405
--Phychic Omnibuster --Psychic Omnibuster
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--synchro summon --synchro summon
...@@ -66,6 +66,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,6 +66,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
e1:SetLabel(e:GetLabel()) e1:SetLabel(e:GetLabel())
e1:SetValue(s.efilter) e1:SetValue(s.efilter)
c:RegisterEffect(e1) c:RegisterEffect(e1)
Duel.BreakEffect()
end end
if Duel.Remove(sg,POS_FACEUP,REASON_EFFECT)~=0 then if Duel.Remove(sg,POS_FACEUP,REASON_EFFECT)~=0 then
local tc=sg:GetFirst() local tc=sg:GetFirst()
......
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