Commit 79f14781 authored by Tachibana's avatar Tachibana

hole

parent e4fcab71
......@@ -132,7 +132,7 @@ function c12016000.retreg(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END)
e1:SetCondition(aux.SpiritReturnCondition)
e1:SetCondition(aux.SpiritReturnConditionForced)
e1:SetTarget(c12016000.rettg)
e1:SetOperation(c12016000.retop)
c:RegisterEffect(e1)
......
......@@ -102,7 +102,7 @@ function c12016001.retreg(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END)
e1:SetCondition(aux.SpiritReturnCondition)
e1:SetCondition(aux.SpiritReturnConditionForced)
e1:SetTarget(c12016001.rettg)
e1:SetOperation(c12016001.retop)
c:RegisterEffect(e1)
......
......@@ -114,7 +114,7 @@ function c12016002.retreg(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END)
e1:SetCondition(aux.SpiritReturnCondition)
e1:SetCondition(aux.SpiritReturnConditionForced)
e1:SetTarget(c12016002.rettg)
e1:SetOperation(c12016002.retop)
c:RegisterEffect(e1)
......@@ -176,4 +176,4 @@ function c12016002.rdop(e,tp,eg,ep,ev,re,r,rp)
end
function c12016002.value(e)
return e:GetHandler():GetType()+TYPE_SPELL
end
end
\ No newline at end of file
......@@ -141,7 +141,7 @@ function c12016003.retreg(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END)
e1:SetCondition(aux.SpiritReturnCondition)
e1:SetCondition(aux.SpiritReturnConditionForced)
e1:SetTarget(c12016003.rettg)
e1:SetOperation(c12016003.retop)
c:RegisterEffect(e1)
......
......@@ -54,7 +54,7 @@ function c12016010.retreg(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END)
e1:SetCondition(aux.SpiritReturnCondition)
e1:SetCondition(aux.SpiritReturnConditionForced)
e1:SetTarget(c12016010.rettg)
e1:SetOperation(c12016010.retop)
c:RegisterEffect(e1)
......
......@@ -54,7 +54,7 @@ function c12016011.retreg(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END)
e1:SetCondition(aux.SpiritReturnCondition)
e1:SetCondition(aux.SpiritReturnConditionForced)
e1:SetTarget(c12016011.rettg)
e1:SetOperation(c12016011.retop)
c:RegisterEffect(e1)
......
......@@ -98,7 +98,7 @@ function c12016012.retreg(e,tp,eg,ep,ev,re,r,rp)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetReset(RESET_EVENT+0x1ee0000+RESET_PHASE+PHASE_END)
e1:SetCondition(aux.SpiritReturnCondition)
e1:SetCondition(aux.SpiritReturnConditionForced)
e1:SetTarget(c12016012.rettg)
e1:SetOperation(c12016012.retop)
c:RegisterEffect(e1)
......
......@@ -51,7 +51,7 @@ function c12300115.skop(e,tp,eg,ep,ev,re,r,rp)
Duel.SkipPhase(Duel.GetTurnPlayer(),Duel.GetCurrentPhase(),RESET_PHASE+PHASE_END,1)
end
function c12300115.indes(e,c)
return c:IsSummonType(SUMMON_TYPE_SPECIAL)
return c and c:IsSummonType(SUMMON_TYPE_SPECIAL)
end
......
......@@ -12,7 +12,7 @@ function c65020151.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_TO_GRAVE)
e1:SetRange(LOCATION_FZONE)
e1:SetCountLimit(1+EFFECT_COUNT_CODE_SINGLE)
e1:SetCountLimit(1,EFFECT_COUNT_CODE_SINGLE)
e1:SetCondition(c65020151.con)
e1:SetTarget(c65020151.tg)
e1:SetOperation(c65020151.op)
......
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