Commit b6c9471d authored by GuGu's avatar GuGu

Update c999306.lua

parent c164f018
Pipeline #40344 passed with stage
in 1 minute and 10 seconds
...@@ -64,7 +64,8 @@ function c999306.op(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,8 @@ function c999306.op(e,tp,eg,ep,ev,re,r,rp)
end end
function c999306.splimit(e,c,sump,sumtype,sumpos,targetp,se) function c999306.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return (not c:IsLocation(LOCATION_EXTRA)) and (not c:IsRace(RACE_PLANT)) return c:IsLocation(LOCATION_HAND|LOCATION_GRAVE|LOCATION_DECK|LOCATION_REMOVED|LOCATION_OVERLAY)
and (not c:IsRace(RACE_PLANT))
end end
function c999306.cost2(e,tp,eg,ep,ev,re,r,rp,chk) function c999306.cost2(e,tp,eg,ep,ev,re,r,rp,chk)
......
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