Commit 9e46b197 authored by Tianchenglipu's avatar Tianchenglipu

Update c37991342.lua

parent b723025d
...@@ -14,7 +14,7 @@ function c37991342.initial_effect(c) ...@@ -14,7 +14,7 @@ function c37991342.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)
e2:SetRange(LOCATION_PZONE) e2:SetRange(LOCATION_PZONE)
e2:SetTargetRange(1,0) e2:SetTargetRange(1,0)
e2:SetCondition(c37991342.splimcon) e2:SetCondition(aux.nfbdncon)
e2:SetTarget(c37991342.splimit) e2:SetTarget(c37991342.splimit)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--atk down --atk down
...@@ -64,9 +64,6 @@ function c37991342.initial_effect(c) ...@@ -64,9 +64,6 @@ function c37991342.initial_effect(c)
e8:SetOperation(c37991342.desop) e8:SetOperation(c37991342.desop)
c:RegisterEffect(e8) c:RegisterEffect(e8)
end end
function c37991342.splimcon(e)
return not e:GetHandler():IsForbidden()
end
function c37991342.splimit(e,c) function c37991342.splimit(e,c)
return not c:IsSetCard(0xaa) return not c:IsSetCard(0xaa)
end 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