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

Update c12008020.lua

parent 65979dd4
...@@ -55,7 +55,6 @@ function c12008020.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,6 @@ function c12008020.rmop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_TO_HAND) e1:SetCode(EVENT_TO_HAND)
e1:SetCountLimit(1)
e1:SetLabel(fid) e1:SetLabel(fid)
e1:SetLabelObject(og) e1:SetLabelObject(og)
e1:SetCondition(c12008020.hdcon) e1:SetCondition(c12008020.hdcon)
......
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