Overview
| Comment: | 0.0.1789 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dd3a0fe7b910bbc595364b221d7051d7 |
| User & Date: | 顽雨沉风 on 2023-07-19 06:24:12.769 |
| Other Links: | manifest | tags |
Context
|
2023-07-19
| ||
| 06:59 | 0.0.1790 check-in: 3ca4ab3a38 user: 顽雨沉风 tags: trunk | |
| 06:24 | 0.0.1789 check-in: dd3a0fe7b9 user: 顽雨沉风 tags: trunk | |
| 06:23 | 0.0.1788 check-in: 4c397fafe9 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [d3a69465a3]
to [2502780b33].
| ︙ | ︙ | |||
130 131 132 133 134 135 136 137 138 |
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
aux.BeginPuzzle = function() --{
fun["aux.BeginPuzzle"]()
if str["胜利条件表"][0] then --{
Debug.ShowHint(str["胜利条件表"][0])
end --}
| > > | | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
aux.BeginPuzzle = function() --{
fun["aux.BeginPuzzle"]()
if str["胜利条件表"][0] then --{
Debug.ShowHint(str["胜利条件表"][0])
end --}
fun["开局说明"]()
fun["通关邀请"]()
end --}
fun["通关邀请"] = function() --{
|
| ︙ | ︙ | |||
362 363 364 365 366 367 368 |
else --{
str_3 = str_2
end --}
| < < | 364 365 366 367 368 369 370 371 372 373 374 375 376 377 |
else --{
str_3 = str_2
end --}
effect_1 = Effect.CreateEffect(str_1)
effect_1:SetType(EFFECT_TYPE_IGNITION)
effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
+ EFFECT_FLAG_UNCOPYABLE
+ EFFECT_FLAG_CANNOT_NEGATE
|
| ︙ | ︙ |