Commit 2d164de0 authored by mercury233's avatar mercury233 Committed by GitHub

fix トリックスター・ブーケ

parent 83f55c45
......@@ -44,7 +44,8 @@ function c99890852.activate(e,tp,eg,ep,ev,re,r,rp)
end
if not tc1 then return end
local tc2=(g-tc1):GetFirst()
if Duel.SendtoHand(tc1,nil,REASON_EFFECT)~=0 and tc2 and tc2:IsFaceup() then
if Duel.SendtoHand(tc1,nil,REASON_EFFECT)~=0 and tc1:IsLocation(LOCATION_HAND)
and tc2 and tc2:IsFaceup() then
local atk=tc1:GetBaseAttack()
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
......
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