Commit edb473d6 authored by GuGu's avatar GuGu

Update c60605.lua

parent 9034a7ec
Pipeline #34186 passed with stage
in 12 seconds
......@@ -34,7 +34,7 @@ function c60605.umbfilter(c,e,tp)
and not Duel.IsExistingMatchingCard(Card.IsCode,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,c:GetCode())
end
function c60605.cfilter(c,tp)
return c:IsControler(tp) and c:IsPreviousLocation(LOCATION_DECK) and not c:IsReason(REASON_DRAW)
return c:IsControler(tp) and c:IsPreviousLocation(LOCATION_DECK) and c:IsLocation(LOCATION_HAND) and not c:IsReason(REASON_DRAW)
end
function c60605.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c60605.cfilter,1,nil,1-tp)
......
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