Commit 913234ad authored by TanakaKotoha's avatar TanakaKotoha

Black Square

parent 1a2a4f6c
No preview for this file type
...@@ -33,7 +33,7 @@ function c81011007.initial_effect(c) ...@@ -33,7 +33,7 @@ function c81011007.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c81011007.sumcon(e,tp,eg,ep,ev,re,r,rp) function c81011007.sumcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_HAND) and e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end end
function c81011007.sumsuc(e,tp,eg,ep,ev,re,r,rp) function c81011007.sumsuc(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(81011007,0)) Duel.Hint(HINT_MUSIC,0,aux.Stringid(81011007,0))
......
...@@ -28,7 +28,7 @@ function c81011027.initial_effect(c) ...@@ -28,7 +28,7 @@ function c81011027.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c81011027.sumcon(e,tp,eg,ep,ev,re,r,rp) function c81011027.sumcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_HAND) and e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) return e:GetHandler():IsPreviousLocation(LOCATION_HAND)
end end
function c81011027.sumsuc(e,tp,eg,ep,ev,re,r,rp) function c81011027.sumsuc(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(81011027,0)) Duel.Hint(HINT_MUSIC,0,aux.Stringid(81011027,0))
......
...@@ -38,7 +38,7 @@ function c81013003.initial_effect(c) ...@@ -38,7 +38,7 @@ function c81013003.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c81013003.sumcon(e,tp,eg,ep,ev,re,r,rp) function c81013003.sumcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_HAND) and e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) return e:GetHandler():IsPreviousLocation(LOCATION_HAND)
end end
function c81013003.sumsuc(e,tp,eg,ep,ev,re,r,rp) function c81013003.sumsuc(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(81013003,0)) Duel.Hint(HINT_MUSIC,0,aux.Stringid(81013003,0))
......
...@@ -30,7 +30,7 @@ function c81019004.initial_effect(c) ...@@ -30,7 +30,7 @@ function c81019004.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c81019004.sumcon(e,tp,eg,ep,ev,re,r,rp) function c81019004.sumcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousLocation(LOCATION_HAND) and e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end end
function c81019004.sumsuc(e,tp,eg,ep,ev,re,r,rp) function c81019004.sumsuc(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(81019004,0)) Duel.Hint(HINT_MUSIC,0,aux.Stringid(81019004,0))
......
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