Commit b0dde1ce authored by salix5's avatar salix5

fix

c12670770 サイバー・ネットワーク
Add client hint to let the opponent know whether the player will use the effect upon activation or not.
(Add str2 in cards.cdb)
parent ed2a53ec
......@@ -68,6 +68,7 @@ function c12670770.target1(e,tp,eg,ep,ev,re,r,rp,chk)
and Duel.SelectYesNo(tp,aux.Stringid(12670770,0)) then
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,tp,LOCATION_DECK)
c:RegisterFlagEffect(12670770,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END,0,1)
c:RegisterFlagEffect(0,RESET_CHAIN,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(12670770,1))
end
end
function c12670770.target2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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