diff --git a/unofficial/c511002038.lua b/unofficial/c511002038.lua index 8dd41cc751..ea2b1defd7 100644 --- a/unofficial/c511002038.lua +++ b/unofficial/c511002038.lua @@ -29,7 +29,8 @@ end function s.condition(e,tp,eg,ep,ev,re,r,rp) return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,0,1,nil) end -function s.target(e,tp,eg,ep,ev,re,r,rp,tc) +function s.target(e,tp,eg,ep,ev,re,r,rp,tc,chk) + if chk==0 then return true end Duel.SetOperationInfo(0,CATEGORY_DISABLE,tc,1,0,0) end function s.descon(e,tp,eg,ep,ev,re,r,rp)