Overview
| Comment: | 0.0.870 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
75a912da4d9dd9390d5bbb16ea60771e |
| User & Date: | 顽雨沉风 on 2023-07-07 11:42:29.562 |
| Other Links: | manifest | tags |
Context
|
2023-07-07
| ||
| 11:43 | 0.0.871 check-in: d3d985a9a1 user: 顽雨沉风 tags: trunk | |
| 11:42 | 0.0.870 check-in: 75a912da4d user: 顽雨沉风 tags: trunk | |
| 11:42 | 0.0.869 check-in: 6a48541321 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [6bd9398003]
to [df7ac4701c].
| ︙ | |||
194 195 196 197 198 199 200 | 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 | - - + + |
+ EFFECT_FLAG_CANNOT_NEGATE
+ EFFECT_FLAG_CANNOT_DISABLE)
cache_1 = function()
Duel.SetChainLimit(aux.FALSE)
end
effect_1:SetTarget(cache_1)
effect_1:SetRange(LOCATION_EXTRA)
|
| ︙ |