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 d16dea1 commit cbeda7eCopy full SHA for cbeda7e
unofficial/c301.lua
@@ -7,7 +7,7 @@ if not ActionDuel then
7
local e1=Effect.GlobalEffect()
8
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_IGNORE_IMMUNE+EFFECT_FLAG_NO_TURN_RESET)
9
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
10
- e1:SetCode(EVENT_PREDRAW)
+ e1:SetCode(EVENT_ADJUST)
11
e1:SetCountLimit(1)
12
e1:SetOperation(ActionDuel.op)
13
Duel.RegisterEffect(e1,0)
0 commit comments