Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -108,14 +108,26 @@ end --} fun["aux.BeginPuzzle"] = aux.BeginPuzzle -aux.BeginPuzzle = function() --{ +aux.BeginPuzzle = function(str_1, str_2) --{ fun["aux.BeginPuzzle"]() + if str_1 then --{ + + fun["开局添加手卡"](str_1) + + end --} + + if str_2 then --{ + + fun["禁格"](str_2) + + end --} + fun["开局说明"]() fun["通关邀请"]() end --} @@ -407,8 +419,6 @@ effect_1:SetOperation(print_hand) str_1:RegisterEffect(effect_1) end --} - -