Commit f6e819d3 authored by GuGu's avatar GuGu

Update c99999524.lua

parent 0ba4b6c1
Pipeline #40205 passed with stage
in 40 seconds
...@@ -76,7 +76,7 @@ function c99999524.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -76,7 +76,7 @@ function c99999524.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
local tc2=g:Select(tp,1,1,nil) local tc2=g:Select(tp,1,1,nil)
if tc2:GetCount()>0 then if tc2:GetCount()>0 then
Duel.HintSelection(tc2:GetFirst()) Duel.HintSelection(tc2)
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_SINGLE) e4:SetType(EFFECT_TYPE_SINGLE)
e4:SetCode(EFFECT_CHANGE_CODE) e4:SetCode(EFFECT_CHANGE_CODE)
......
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