Overview
Comment: | 0.0.2458 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1d67d9f6e3b9879500b824fbe1a61285 |
User & Date: | 顽雨沉风 on 2023-08-02 02:08:55 |
Other Links: | manifest | tags |
Context
2023-08-02
| ||
02:09 | 0.0.2459 check-in: e61778909e user: 顽雨沉风 tags: trunk | |
02:08 | 0.0.2458 check-in: 1d67d9f6e3 user: 顽雨沉风 tags: trunk | |
02:07 | 0.0.2457 check-in: c110227920 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [4367ab6eaa] to [a92ea00f3f].
︙ | ︙ | |||
546 547 548 549 550 551 552 | local cache_6 local cache_7 local cache_8 local cache_9 local _ | < < < < < < < < | | | | | > > > > > > > | 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["一_随机抽卡"] |
︙ | ︙ |