Commit 59fe1e03 authored by mallu11's avatar mallu11 Committed by nekrozar

fix No.75 惑乱のゴシップ・シャドー and クロノダイバー・リダン (#1222)

* fix No.75 惑乱のゴシップ・シャドー

* fix クロノダイバー・リダン
parent f008c906
...@@ -32,6 +32,7 @@ function c55285840.matop(e,tp,eg,ep,ev,re,r,rp) ...@@ -32,6 +32,7 @@ function c55285840.matop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetDecktopGroup(1-tp,1) local g=Duel.GetDecktopGroup(1-tp,1)
if c:IsRelateToEffect(e) and g:GetCount()==1 then if c:IsRelateToEffect(e) and g:GetCount()==1 then
Duel.DisableShuffleCheck()
Duel.Overlay(c,g) Duel.Overlay(c,g)
end end
end end
......
...@@ -6,7 +6,6 @@ function c71166481.initial_effect(c) ...@@ -6,7 +6,6 @@ function c71166481.initial_effect(c)
--change effect --change effect
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(71166481,0)) e1:SetDescription(aux.Stringid(71166481,0))
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
...@@ -38,7 +37,6 @@ end ...@@ -38,7 +37,6 @@ end
function c71166481.chtg(e,tp,eg,ep,ev,re,r,rp,chk) function c71166481.chtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) if chk==0 then return Duel.IsPlayerCanDraw(tp,1)
and Duel.IsPlayerCanDraw(1-tp,1) end and Duel.IsPlayerCanDraw(1-tp,1) end
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,PLAYER_ALL,1)
end end
function c71166481.chop(e,tp,eg,ep,ev,re,r,rp) function c71166481.chop(e,tp,eg,ep,ev,re,r,rp)
local g=Group.CreateGroup() local g=Group.CreateGroup()
......
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