Commit 79e2828b authored by Amiya's avatar Amiya

修复

parent 472eca86
Pipeline #42087 passed with stages
in 1 minute and 57 seconds
......@@ -52,7 +52,7 @@ function s.initial_effect(c)
end
function s.spcon1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsPreviousLocation(LOCATION_DECK) and c:IsPreviousControler(tp)
return c:IsPreviousLocation(LOCATION_DECK)
end
function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=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