Commit 1b67f833 authored by 八宫一月's avatar 八宫一月

fix

parent 3841ce1a
Pipeline #28202 failed with stages
in 30 seconds
...@@ -51,8 +51,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,8 +51,8 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.descon(e,tp,eg,ep,ev,re,r,rp) function s.descon(e,tp,eg,ep,ev,re,r,rp)
return not re:GetHandler():IsCode(id) and re:GetHandler():IsSetCard(0x2bd,0x19e) local rc=re:GetHandler()
and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) return rc:IsSetCard(0x2bd,0x19e) and not rc:IsCode(id) and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
end end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_ONFIELD) end if chkc then return chkc:IsLocation(LOCATION_ONFIELD) 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