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 9953d83 commit 64e29f1Copy full SHA for 64e29f1
pre-release/c100443102.lua
@@ -16,7 +16,7 @@ function s.initial_effect(c)
16
e1:SetRange(LOCATION_SZONE)
17
e1:SetTargetRange(LOCATION_ALL,0)
18
e1:SetValue(LOCATION_REMOVED)
19
- e1:SetTarget(function(e,c) return c:IsOwner(e:GetHandlerPlayer()) end)
+ e1:SetTarget(function(e,c) return c:IsOwner(e:GetHandlerPlayer()) and Duel.IsPlayerCanRemove(e:GetHandlerPlayer(),c) end)
20
c:RegisterEffect(e1)
21
--Activate 1 of these effects
22
local e2=Effect.CreateEffect(c)
0 commit comments