Skip to content

Commit ebf5fc9

Browse files
committed
fixed an incorrect function name in the previous commit
1 parent 4ab0862 commit ebf5fc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

official/c57031794.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function s.initial_effect(c)
2929
e3:SetType(EFFECT_TYPE_QUICK_O)
3030
e3:SetCode(EVENT_FREE_CHAIN)
3131
e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER_E)
32-
e3:SetCondition(s.descon2)
32+
e3:SetCondition(s.quickeffcond)
3333
c:RegisterEffect(e3,false,REGISTER_FLAG_DETACH_XMAT)
3434
--Attach 1 "Super Quantum" monster from your hand or field to this card
3535
local e4=Effect.CreateEffect(c)

official/c57450198.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function s.initial_effect(c)
3838
e4:SetType(EFFECT_TYPE_IGNITION)
3939
e4:SetRange(LOCATION_MZONE)
4040
e4:SetCountLimit(1)
41-
e4:SetTarget(s.mttg)
42-
e4:SetOperation(s.mtop)
41+
e4:SetTarget(s.attachtg)
42+
e4:SetOperation(s.attachop)
4343
c:RegisterEffect(e4)
4444
end
4545
s.listed_series={SET_SUPER_QUANTUM}

0 commit comments

Comments
 (0)