Skip to content

Commit d22c38a

Browse files
authored
Update c160220032.lua
1 parent dfbc339 commit d22c38a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rush/c160220032.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
3434
end
3535
end
3636
--Prevent non-Cyberse from attacking
37-
local e1=Effect.CreateEffect(c)
37+
local e1=Effect.CreateEffect(e:GetHandler())
3838
e1:SetType(EFFECT_TYPE_FIELD)
3939
e1:SetCode(EFFECT_CANNOT_ATTACK)
4040
e1:SetProperty(EFFECT_FLAG_OATH)
@@ -45,4 +45,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
4545
end
4646
function s.ftarget(e,c)
4747
return not c:IsRace(RACE_CYBERSE)
48-
end
48+
end

0 commit comments

Comments
 (0)