Differences From Artifact [43dc2dd058]:
- File script/c0.lua — part of check-in [8210af4dfb] at 2023-07-01 12:53:19 on branch trunk — 0.0.551 (user: 顽雨沉风, size: 3681) [annotate] [blame] [check-ins using]
To Artifact [6beefc8721]:
- File script/c0.lua — part of check-in [7592a88912] at 2023-07-01 13:11:35 on branch trunk — 0.0.555 (user: 顽雨沉风, size: 3777) [annotate] [blame] [check-ins using]
| ︙ | |||
58 59 60 61 62 63 64 65 66 67 68 69 70 71 | 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
|
| ︙ |