Commit 7fa8648e authored by wind2009's avatar wind2009

Merge branch 'patch-7' into 'master'

Fix 天威無窮の境地

See merge request !132
parents 34ff8868 f4d2149a
Pipeline #30280 failed with stages
in 10 seconds
......@@ -53,6 +53,9 @@ function s.cfilter(c,tp)
end
function s.descost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,s.cfilter,1,nil,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectReleaseGroup(tp,s.cfilter,1,1,nil,tp)
Duel.Release(g,REASON_COST)
end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) end
......
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