Commit e2be3c33 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030007.lua

parent 9171093d
......@@ -12,7 +12,6 @@ function c12030007.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1)
e1:SetCost(function(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return not c:IsPublic() and c:GetFlagEffect(m)==0 end
......@@ -161,4 +160,4 @@ function c12030007.drop(e,tp,eg,ep,ev,re,r,rp)
tc=g:GetNext()
end
end
end
\ No newline at end of file
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