Overview
| Comment: | 0.0.1168 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
94a1cf810178bfca8bf275fcf89b6430 |
| User & Date: | 顽雨沉风 on 2023-07-11 06:42:50.975 |
| Other Links: | manifest | tags |
Context
|
2023-07-11
| ||
| 06:43 | 0.0.1169 check-in: 2e21f15623 user: 顽雨沉风 tags: trunk | |
| 06:42 | 0.0.1168 check-in: 94a1cf8101 user: 顽雨沉风 tags: trunk | |
| 06:42 | 0.0.1167 check-in: 51cfc2c559 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [d09e93d04b]
to [b19445a54a].
| ︙ | ︙ | |||
229 230 231 232 233 234 235 236 237 |
if cache_1 == 0 then
return true
else
return false
end
end
end
| > > | 229 230 231 232 233 234 235 236 237 238 239 |
if cache_1 == 0 then
return true
else
return false
end
end
effect_1:SetCondition(cache_1)
end
|