Overview
| Comment: | 0.0.503 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
45467c0d0c88639504ffb63258675cbd |
| User & Date: | 顽雨沉风 on 2023-06-30 05:23:04.253 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 05:25 | 0.0.504 check-in: 15b94d8040 user: 顽雨沉风 tags: trunk | |
| 05:23 | 0.0.503 check-in: 45467c0d0c user: 顽雨沉风 tags: trunk | |
| 05:22 | 0.0.502 check-in: 66276e699c user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [b87000443c]
to [b26a738c5f].
| ︙ | ︙ | |||
86 87 88 89 90 91 92 |
else
str["开局说明"] = str["开局说明"] .. "伪洗牌"
end
Debug.ShowHint(str["开局说明"])
end
| | | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
else
str["开局说明"] = str["开局说明"] .. "伪洗牌"
end
Debug.ShowHint(str["开局说明"])
end
fun["开局添加手卡"] = function(str_1)
str["开局添加手卡"] = str_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_1:SetCode(EVENT_ADJUST)
effect_1:SetCountLimit(1)
function cache_1()
|
| ︙ | ︙ |