Commit fc229fe0 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent a9cad018
No preview for this file type
...@@ -1703,8 +1703,6 @@ ...@@ -1703,8 +1703,6 @@
98628112 0 --时秒观测者 98628112 0 --时秒观测者
98628114 0 --超级沼气前辈 野兽形态 98628114 0 --超级沼气前辈 野兽形态
98628118 0 --究极魔导之页 98628118 0 --究极魔导之页
98633010 0 --圣律·西莉斯特
98633080 0 --圣律·帕尔妮兹
98639500 0 --被打扰的冬眠 98639500 0 --被打扰的冬眠
98657312 1 --库拉丽丝-心配 98657312 1 --库拉丽丝-心配
98666901 0 --寒灵刻使 雾水 98666901 0 --寒灵刻使 雾水
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
local m=81009028 local m=81009028
local cm=_G["c"..m] local cm=_G["c"..m]
cm.main_peacecho=true cm.main_peacecho=true
Duel.LoadScript("c53702500.lua") if not require and dofile then function require(str) return dofile(str..".lua") end end
if not pcall(function() require("expansions/script/c53702500") end) then require("script/c53702500") end
function cm.initial_effect(c) function cm.initial_effect(c)
SNNM.Peacecho(c,TYPE_MONSTER) SNNM.Peacecho(c,TYPE_MONSTER)
SNNM.AllGlobalCheck(c) SNNM.AllGlobalCheck(c)
...@@ -43,7 +44,7 @@ function cm.dcfilter(c) ...@@ -43,7 +44,7 @@ function cm.dcfilter(c)
end end
function cm.discost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.discost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.dcfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(cm.dcfilter,tp,LOCATION_DECK,0,1,nil) end
SNNM.UpConfirm() SNNM.UpConfirm(tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,cm.dcfilter,tp,LOCATION_DECK,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,cm.dcfilter,tp,LOCATION_DECK,0,1,1,nil)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
......
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