Commit f9ac1713 authored by GuGu's avatar GuGu

Update c29056.lua

parent 58623f11
Pipeline #35193 passed with stage
in 1 minute and 26 seconds
......@@ -44,7 +44,7 @@ c29056.DescSetName=0x826
--效果条件:其它卡的效果将这张卡加入手卡
function c29056.condition1(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():IsReason(REASON_DRAW) and re:GetHandler()~=e:GetHandler()
return not e:GetHandler():IsReason(REASON_DRAW) and re:GetHandler()~=e:GetHandler() and e:GetHandler():IsReason(REASON_EFFECT)
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