Skip to content

Commit bed72ae

Browse files
authored
not not not
1 parent 1e68146 commit bed72ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

official/c95243515.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function s.initial_effect(c)
3434
e3:SetRange(LOCATION_MZONE)
3535
e3:SetCondition(s.effcond(4))
3636
e3:SetValue(function(e,te)
37-
return te:IsActivated() and not not te:IsCardSetcode(SET_VIRTUAL_WORLD)
37+
return te:IsActivated() and not te:IsCardSetcode(SET_VIRTUAL_WORLD)
3838
end)
3939
c:RegisterEffect(e3)
4040
end
@@ -82,4 +82,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
8282
tc:RegisterEffect(e2)
8383
end
8484
end
85-
end
85+
end

0 commit comments

Comments
 (0)