We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532bfd1 commit f2d4ac8Copy full SHA for f2d4ac8
official/c68059897.lua
@@ -9,7 +9,7 @@ function s.initial_effect(c)
9
--While this card points to a monster, switch the original ATK and DEF of all Effect Monsters your opponent controls
10
local e1=Effect.CreateEffect(c)
11
e1:SetType(EFFECT_TYPE_FIELD)
12
- e1:SetCode(EFFECT_SWAP_AD)
+ e1:SetCode(EFFECT_SWAP_BASE_AD)
13
e1:SetRange(LOCATION_MZONE)
14
e1:SetTargetRange(0,LOCATION_MZONE)
15
e1:SetCondition(function(e) return e:GetHandler():GetLinkedGroupCount()>0 end)
0 commit comments