Overview
Comment: | 0.0.1534 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bc0314cf89daae17254f45301ddd8a3d |
User & Date: | 顽雨沉风 on 2023-07-16 01:08:26 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:11 | 0.0.1535 check-in: 86992590d3 user: 顽雨沉风 tags: trunk | |
01:08 | 0.0.1534 check-in: bc0314cf89 user: 顽雨沉风 tags: trunk | |
01:04 | 0.0.1533 check-in: 24b898f4c2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [319d054941] to [e225ae28fe].
︙ | ︙ | |||
142 143 144 145 146 147 148 | return false end --} fun["开局说明"] = function() --{ | < < < < < < < < < < < < | 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | 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 |
︙ | ︙ |