Commit cbf8c8f0 authored by Tianchenglipu's avatar Tianchenglipu

Update c91907707.lua

parent 0e0ef300
......@@ -14,7 +14,7 @@ function c91907707.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)
e2:SetRange(LOCATION_PZONE)
e2:SetTargetRange(1,0)
e2:SetCondition(c91907707.splimcon)
e2:SetCondition(aux.nfbdncon)
e2:SetTarget(c91907707.splimit)
c:RegisterEffect(e2)
--atk up
......@@ -65,9 +65,6 @@ function c91907707.initial_effect(c)
e8:SetOperation(c91907707.thop)
c:RegisterEffect(e8)
end
function c91907707.splimcon(e)
return not e:GetHandler():IsForbidden()
end
function c91907707.splimit(e,c)
return not c:IsSetCard(0xaa)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment