Commit 5215d84e authored by Chen Bill's avatar Chen Bill

fix 聖刻龍-ウシルドラゴン

parent 7213c442
......@@ -46,10 +46,10 @@ end
function c30794966.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return not c:IsReason(REASON_REPLACE)
and Duel.CheckReleaseGroup(REASON_COST,tp,c30794966.repfilter,1,c) end
and Duel.CheckReleaseGroup(REASON_EFFECT,tp,c30794966.repfilter,1,c) end
if Duel.SelectEffectYesNo(tp,c,96) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESREPLACE)
local g=Duel.SelectReleaseGroup(REASON_COST,tp,c30794966.repfilter,1,1,c)
local g=Duel.SelectReleaseGroup(REASON_EFFECT,tp,c30794966.repfilter,1,1,c)
e:SetLabelObject(g:GetFirst())
return true
else return false 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