Commit 698c62fa authored by salix5's avatar salix5

fix 十二獣ヴァイパー

parent ee22ccd2
...@@ -47,7 +47,7 @@ function c31755044.rmcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -47,7 +47,7 @@ function c31755044.rmcon(e,tp,eg,ep,ev,re,r,rp)
and bc and bc:IsStatus(STATUS_OPPO_BATTLE) and bc:IsRelateToBattle() and bc and bc:IsStatus(STATUS_OPPO_BATTLE) and bc:IsRelateToBattle()
end end
function c31755044.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) function c31755044.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetLabelObject():IsAbleToRemove() end if chk==0 then return true end
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription()) Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
Duel.SetOperationInfo(0,CATEGORY_REMOVE,e:GetLabelObject(),1,0,0) Duel.SetOperationInfo(0,CATEGORY_REMOVE,e:GetLabelObject(),1,0,0)
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