Commit 62beaed5 authored by 独孤朲's avatar 独孤朲

Merge pull request #73 from Lsty/patch-7

Update c14733538.lua
parents a1e7948d 5546ab9c
...@@ -41,6 +41,7 @@ function c14733538.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,6 +41,7 @@ function c14733538.activate(e,tp,eg,ep,ev,re,r,rp)
local cg=sg1:RandomSelect(1-tp,1) local cg=sg1:RandomSelect(1-tp,1)
Duel.ConfirmCards(tp,cg) Duel.ConfirmCards(tp,cg)
local tc=cg:GetFirst() local tc=cg:GetFirst()
Duel.Hint(HINT_CARD,0,tc:GetCode())
if b1 and (not b2 or not tc:IsCanBeSpecialSummoned(e,0,tp,false,false) or Duel.SelectYesNo(tp,aux.Stringid(14733538,0))) then if b1 and (not b2 or not tc:IsCanBeSpecialSummoned(e,0,tp,false,false) or Duel.SelectYesNo(tp,aux.Stringid(14733538,0))) then
Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,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