Commit 070363e6 authored by mercury233's avatar mercury233 Committed by GitHub

update コード・ジェネレーター

https://github.com/Fluorohydride/ygopro/pull/2329
parent c791a7ec
...@@ -38,9 +38,7 @@ function c30114823.tdcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -38,9 +38,7 @@ function c30114823.tdcon(e,tp,eg,ep,ev,re,r,rp)
if c:IsLocation(LOCATION_GRAVE) and c:IsPreviousLocation(LOCATION_ONFIELD+LOCATION_HAND) and r==REASON_LINK and c:GetReasonCard():IsSetCard(0x101) then if c:IsLocation(LOCATION_GRAVE) and c:IsPreviousLocation(LOCATION_ONFIELD+LOCATION_HAND) and r==REASON_LINK and c:GetReasonCard():IsSetCard(0x101) then
if c:IsPreviousLocation(LOCATION_ONFIELD) then if c:IsPreviousLocation(LOCATION_ONFIELD) then
e:SetLabel(1) e:SetLabel(1)
Duel.Hint(HINT_OPSELECTED,tp,aux.Stringid(30114823,1)) c:RegisterFlagEffect(0,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(30114823,1))
Duel.Hint(HINT_OPSELECTED,1-tp,aux.Stringid(30114823,1))
Duel.HintSelection(Group.FromCards(c))
end end
return true return true
else else
......
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