Commit d9fd7a82 authored by Tachibana's avatar Tachibana

得得得得得

parent 95c90951
......@@ -60,7 +60,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local tg=g:SelectSubGroup(tp,cm.fselect,false,2,2,tp,c)
e:GetHandler():SetMaterial(tg)
Duel.SendtoGrave(tg,REASON_COST)
Duel.SendtoGrave(tg,REASON_MATERIAL+REASON_SYNCHRO)
end
function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
......
......@@ -62,7 +62,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local tg=g:SelectSubGroup(tp,cm.fselect,false,2,2,tp,c)
e:GetHandler():SetMaterial(tg)
Duel.SendtoGrave(tg,REASON_COST)
Duel.SendtoGrave(tg,REASON_MATERIAL+REASON_SYNCHRO)
end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
......
......@@ -77,7 +77,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local tg=g:SelectSubGroup(tp,cm.fselect,false,2,2,tp,c)
e:GetHandler():SetMaterial(tg)
Duel.SendtoGrave(tg,REASON_COST)
Duel.SendtoGrave(tg,REASON_MATERIAL+REASON_SYNCHRO)
end
function cm.cfilter(c)
return c:IsRace(RACE_REPTILE) and not c:IsType(TYPE_TUNER) and c:IsAbleToRemoveAsCost()
......
......@@ -62,7 +62,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local tg=g:SelectSubGroup(tp,cm.fselect,false,2,2,tp,c)
e:GetHandler():SetMaterial(tg)
Duel.SendtoGrave(tg,REASON_COST)
Duel.SendtoGrave(tg,REASON_MATERIAL+REASON_SYNCHRO)
end
function cm.rmcon(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and rp==1-tp and re:IsActiveType(TYPE_SPELL+TYPE_TRAP)
......
......@@ -64,7 +64,7 @@ function cm.sprop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local tg=g:SelectSubGroup(tp,cm.fselect,false,2,2,tp,c)
e:GetHandler():SetMaterial(tg)
Duel.SendtoGrave(tg,REASON_COST)
Duel.SendtoGrave(tg,REASON_MATERIAL+REASON_SYNCHRO)
end
function cm.cfilter(c)
return c:IsFaceup() and c:IsType(TYPE_TUNER)
......
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