Commit 213b7e05 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Jizukiru, the Star Destroying Kaiju (#573)

parent 8ea2023c
...@@ -67,9 +67,8 @@ function c63941210.distg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -67,9 +67,8 @@ function c63941210.distg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DISABLE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_DISABLE,eg,1,0,0)
end end
function c63941210.disop(e,tp,eg,ep,ev,re,r,rp) function c63941210.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev)
local g=Duel.GetFieldGroup(tp,LOCATION_ONFIELD,LOCATION_ONFIELD) local g=Duel.GetFieldGroup(tp,LOCATION_ONFIELD,LOCATION_ONFIELD)
if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(63941210,1)) then if Duel.NegateEffect(ev) and g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(63941210,1)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local tg=g:Select(tp,1,1,nil) local tg=g:Select(tp,1,1,nil)
Duel.HintSelection(tg) Duel.HintSelection(tg)
......
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