546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
| local cache_6
local cache_7
local cache_8
local cache_9
local _
--兼容层-------------------------------
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
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["通关邀请"]()
fun["失败得分"]()
end --}
|
<
<
<
<
<
<
<
<
|
|
|
|
|
>
>
>
>
>
>
>
| 546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
| local cache_6
local cache_7
local cache_8
local cache_9
local _
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
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["一_通关邀请"]()
fun["一_失败得分"]()
end --}
--兼容层-------------------------------
fun["印卡"] = fun["二_印卡"]
fun["随机抽卡"] = fun["一_随机抽卡"]
|