Skip to content

Commit db48295

Browse files
authored
Fix "Nightmare Tri-Mirror"
Should not restrict "Copy Tokens" to Attack Position on summon
1 parent 63f244a commit db48295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511001561.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function s.tokenop(e,tp,eg,ep,ev,re,r,rp)
8484
e7:SetCode(EFFECT_CHANGE_TYPE)
8585
e7:SetValue(tc:GetOriginalType())
8686
token:RegisterEffect(e7)
87-
Duel.SpecialSummonStep(token,0,tp,tp,false,false,POS_FACEUP_ATTACK)
87+
Duel.SpecialSummonStep(token,0,tp,tp,false,false,POS_FACEUP)
8888
--"Copy Tokens" cannot attack during your turn
8989
local e7=Effect.CreateEffect(c)
9090
e7:SetType(EFFECT_TYPE_SINGLE)

0 commit comments

Comments
 (0)