Commit 28f59255 authored by salix5's avatar salix5

Revert "fix 魔導冥士 ラモール, Myutant Expansion"

This reverts commit c791a7ec.
parent 46debde4
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
function c60967717.initial_effect(c) function c60967717.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,60967717+EFFECT_COUNT_CODE_OATH) e1:SetCountLimit(1,60967717+EFFECT_COUNT_CODE_OATH)
......
...@@ -31,7 +31,9 @@ function c9560338.efftg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -31,7 +31,9 @@ function c9560338.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
if ct>=4 then if ct>=4 then
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK) if ct>=5 then
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
end
end end
function c9560338.effop(e,tp,eg,ep,ev,re,r,rp) function c9560338.effop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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