Commit cabf7c34 authored by Vee4's avatar Vee4

Update c101207011.lua (summon is not optional)

parent 4f603f14
Pipeline #30714 passed with stages
in 57 seconds
......@@ -53,7 +53,6 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,g)
if Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsRelateToEffect(e)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP_DEFENSE)
and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
Duel.BreakEffect()
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP_DEFENSE)
end
......
  • その後、このカードを守備表示で特殊召喚できる。

    It's optional.

  • If you activate the effect to "add 1 Level 3 Normal Monster from your Deck or GY to your hand", you must summon this card in defense position, based on current card text.

    https://yugipedia.com/wiki/Materiactor_Exarept

  • Optional:このカードを守備表示で特殊召喚できる。

    Not Optional:このカードを守備表示で特殊召喚する。

    The English text is wrong.

  • I'll fix the Yugipedia page then.

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