Skip to content

Commit 64e29f1

Browse files
authored
Update c100443102.lua
1 parent 9953d83 commit 64e29f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c100443102.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function s.initial_effect(c)
1616
e1:SetRange(LOCATION_SZONE)
1717
e1:SetTargetRange(LOCATION_ALL,0)
1818
e1:SetValue(LOCATION_REMOVED)
19-
e1:SetTarget(function(e,c) return c:IsOwner(e:GetHandlerPlayer()) end)
19+
e1:SetTarget(function(e,c) return c:IsOwner(e:GetHandlerPlayer()) and Duel.IsPlayerCanRemove(e:GetHandlerPlayer(),c) end)
2020
c:RegisterEffect(e1)
2121
--Activate 1 of these effects
2222
local e2=Effect.CreateEffect(c)

0 commit comments

Comments
 (0)