Commit c94f83f8 authored by wind2009's avatar wind2009

Fix 黒薔薇の華園

parent 2d37b247
Pipeline #40008 passed with stages
in 1 minute and 54 seconds
......@@ -61,9 +61,15 @@ end
function s.damcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if not eg:IsContains(c) then return false end
if not re or not re:IsActivated() then return true end
if not re or not re:IsActivated() then
e:SetLabel(0)
return true
end
local rc=re:GetHandler()
if not rc then return true end
if not rc then
e:SetLabel(0)
return true
end
if c:IsReason(REASON_EFFECT)
and (eg:IsContains(re:GetHandler()) and rc:GetPreviousCodeOnField()==73580471
or not eg:IsContains(re:GetHandler()) and rc:IsCode(73580471)) then
......
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