Commit dde68749 authored by mercury233's avatar mercury233 Committed by GitHub

fix 極星霊アルヴィース

parent 27a47ce6
...@@ -28,8 +28,7 @@ function c27024795.initial_effect(c) ...@@ -28,8 +28,7 @@ function c27024795.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c27024795.spcon(e,tp,eg,ep,ev,re,r,rp) function c27024795.spcon(e,tp,eg,ep,ev,re,r,rp)
local tc=eg:GetFirst() return #eg==1 and eg:GetFirst()==e:GetHandler() and re and re:IsActiveType(TYPE_LINK) and re:GetHandler():IsSetCard(0x42)
return #eg==1 and eg:IsContains(e:GetHandler()) and re:IsActiveType(TYPE_LINK) and re:GetHandler():IsSetCard(0x42)
end end
function c27024795.matfilter(c) function c27024795.matfilter(c)
return c:IsSetCard(0x42) and c:IsType(TYPE_MONSTER) and (c:IsFaceup() or c:IsLocation(LOCATION_DECK)) and c:IsLevelAbove(1) return c:IsSetCard(0x42) and c:IsType(TYPE_MONSTER) and (c:IsFaceup() or c:IsLocation(LOCATION_DECK)) and c:IsLevelAbove(1)
......
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