Commit 7a1ea6d3 authored by mercury233's avatar mercury233

fix

parent 6fca30da
...@@ -63,7 +63,7 @@ function c29169993.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,7 +63,7 @@ function c29169993.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c29169993.cfilter(c) function c29169993.cfilter(c)
return c:IsSetCard(0x9f) and c:IsPreviousLocation(LOCATION_HAND) return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x9f) and c:IsPreviousLocation(LOCATION_HAND)
end end
function c29169993.spcon(e,tp,eg,ep,ev,re,r,rp) function c29169993.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c29169993.cfilter,1,nil) and not eg:IsContains(e:GetHandler()) return eg:IsExists(c29169993.cfilter,1,nil) and not eg:IsContains(e:GetHandler())
......
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