Commit c35835a6 authored by Tachibana's avatar Tachibana

ybb

parent eca62d23
Pipeline #9601 passed with stages
in 26 minutes and 23 seconds
...@@ -42,7 +42,7 @@ function c66678910.initial_effect(c) ...@@ -42,7 +42,7 @@ function c66678910.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c66678910.thfilter(c) function c66678910.thfilter(c)
return c:IsSetCard(0x665) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsHasEffect(EFFECT_NECRO_VALLEY) return c:IsAttribute(ATTRIBUTE_WATER) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsHasEffect(EFFECT_NECRO_VALLEY)
end end
function c66678910.filter(c) function c66678910.filter(c)
return c:IsCode(66678919,66678920) and c:IsAbleToHand() return c:IsCode(66678919,66678920) and c:IsAbleToHand()
......
...@@ -93,5 +93,5 @@ function c66678914.initial_effect(c) ...@@ -93,5 +93,5 @@ function c66678914.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c66678914.thfilter(c) function c66678914.thfilter(c)
return c:IsSetCard(0x665) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsHasEffect(EFFECT_NECRO_VALLEY) return c:IsAttribute(ATTRIBUTE_WATER) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsHasEffect(EFFECT_NECRO_VALLEY)
end end
...@@ -41,5 +41,5 @@ function c66678921.distg(e,c) ...@@ -41,5 +41,5 @@ function c66678921.distg(e,c)
return c:GetSummonLocation()==LOCATION_EXTRA return c:GetSummonLocation()==LOCATION_EXTRA
end end
function c66678921.thfilter(c) function c66678921.thfilter(c)
return c:IsSetCard(0x665) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsHasEffect(EFFECT_NECRO_VALLEY) return c:IsAttribute(ATTRIBUTE_WATER) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and not c:IsHasEffect(EFFECT_NECRO_VALLEY)
end end
\ No newline at end of file
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