Commit 577c9240 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65035052.lua

parent f05d779e
Pipeline #30184 canceled with stages
in 2 minutes and 23 seconds
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c65035052.initial_effect(c) function c65035052.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetCategory(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,65035052) e1:SetCountLimit(1,65035052)
...@@ -46,7 +46,7 @@ function c65035052.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -46,7 +46,7 @@ function c65035052.target(e,tp,eg,ep,ev,re,r,rp,chk)
local sel=0 local sel=0
if yes and Duel.SelectYesNo(tp,aux.Stringid(65035052,0)) then if yes and Duel.SelectYesNo(tp,aux.Stringid(65035052,0)) then
local g=Duel.SelectMatchingCard(tp,c65035052.cfilter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c65035052.cfilter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,1,nil)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK+LOCATION_HAND) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK+LOCATION_HAND)
sel=1 sel=1
else else
......
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