Commit 0a26c78a authored by Amiya's avatar Amiya

修复

parent 051da346
Pipeline #41486 passed with stages
in 2 minutes and 8 seconds
...@@ -30,6 +30,9 @@ end ...@@ -30,6 +30,9 @@ end
function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk) function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.SetTargetCard(e:GetLabelObject()) Duel.SetTargetCard(e:GetLabelObject())
if e:GetLabel()~=1 then
Duel.SetOperationInfo(0,CATEGORY_DICE,nil,0,tp,1)
end
end end
function s.effop(e,tp,eg,ep,ev,re,r,rp) function s.effop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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