Commit 58623f11 authored by GuGu's avatar GuGu

Update c29053.lua

parent 514342ff
Pipeline #35192 passed with stage
in 2 minutes and 30 seconds
......@@ -43,7 +43,7 @@ c29053.DescSetName=0x826
--效果条件:其它卡的效果将这张卡加入手卡
function c29053.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