Commit 03ea5923 authored by wind2009's avatar wind2009

Fix 創獄神ネルヴァ

parent 1a7e3336
Pipeline #34839 failed with stages
in 1 minute and 33 seconds
...@@ -81,7 +81,7 @@ function s.indcon(e) ...@@ -81,7 +81,7 @@ function s.indcon(e)
end end
function s.chcon(e,tp,eg,ep,ev,re,r,rp) function s.chcon(e,tp,eg,ep,ev,re,r,rp)
local ec=re:GetHandler() local ec=re:GetHandler()
local b1=ec:IsSetCard(0x2cd) local b1=re:GetHandler():IsRelateToEffect(re) and ec:IsSetCard(0x2cd)
local b2=re:GetActivateLocation()==LOCATION_MZONE and not ec:IsLocation(LOCATION_MZONE) and ec:IsPreviousSetCard(0x2cd) local b2=re:GetActivateLocation()==LOCATION_MZONE and not ec:IsLocation(LOCATION_MZONE) and ec:IsPreviousSetCard(0x2cd)
return rp==tp and re:IsActiveType(TYPE_MONSTER) and (b1 or b2) return rp==tp and re:IsActiveType(TYPE_MONSTER) and (b1 or b2)
end 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