Overview
Comment: | 0.0.555 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7592a889128b183ec631f8c298db7540 |
User & Date: | 顽雨沉风 on 2023-07-01 13:11:35 |
Other Links: | manifest | tags |
Context
2023-07-01
| ||
13:12 | 0.0.556 check-in: 567a672978 user: 顽雨沉风 tags: trunk | |
13:11 | 0.0.555 check-in: 7592a88912 user: 顽雨沉风 tags: trunk | |
13:09 | 0.0.554 check-in: 2c57447118 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [43dc2dd058] to [6beefc8721].
︙ | ︙ | |||
58 59 60 61 62 63 64 65 66 67 68 69 70 71 | or cache_3 then return true end return false end fun["开局说明"] = function() cache_1 = 0 cache_1 = cache_1 + LOCATION_DECK cache_1 = cache_1 + LOCATION_HAND cache_1 = cache_1 + LOCATION_MZONE cache_1 = cache_1 + LOCATION_SZONE cache_1 = cache_1 + LOCATION_GRAVE cache_1 = cache_1 + LOCATION_REMOVED | > > > > > > | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | or cache_3 then return true end return false end fun["开局说明"] = function() if str["开局说明"] == 1 then return else str["开局说明"] = 1 end cache_1 = 0 cache_1 = cache_1 + LOCATION_DECK cache_1 = cache_1 + LOCATION_HAND cache_1 = cache_1 + LOCATION_MZONE cache_1 = cache_1 + LOCATION_SZONE cache_1 = cache_1 + LOCATION_GRAVE cache_1 = cache_1 + LOCATION_REMOVED |
︙ | ︙ |