Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -63,11 +63,11 @@ --~ 效果 h1 = Effect.GlobalEffect() h1:SetType(EFFECT_TYPE_FIELD + EFFECT_TYPE_CONTINUOUS) h1:SetCode(EVENT_ADJUST) h1:SetCondition(aux.TRUE) - --~ 随机抽卡 + -- 随机抽卡 function h2(effect_event) Duel.ShuffleDeck(0) Duel.Draw(0, u1, REASON_RULE) effect_event:Reset() end @@ -75,11 +75,11 @@ Duel.RegisterEffect(h1, 0) end fun["一_该效果不能被连锁"] = function() Duel.SetChainLimit(aux.FALSE) return true -end + end fun["一_通关邀请"] = function() --备用:圣魔术师 str["原解邀请"] = "残局群181175613" str["二解邀请"] = "爆貘团:「你居然二解了,请加群告诉我怎么二解。」" str["效果"] = Effect.GlobalEffect()