Overview
| Comment: | 0.0.1538 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c63fb5db7b4b9d95fd9a11254b0f54fc |
| User & Date: | 顽雨沉风 on 2023-07-16 01:14:16.569 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 01:14 | 0.0.1539 check-in: b9351df360 user: 顽雨沉风 tags: trunk | |
| 01:14 | 0.0.1538 check-in: c63fb5db7b user: 顽雨沉风 tags: trunk | |
| 01:13 | 0.0.1537 check-in: 36fcd06d2a user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [e95e31d288]
to [13a077f458].
| ︙ | ︙ | |||
260 261 262 263 264 265 266 |
fun["禁格"] = function(str_1) --{
str["禁格"] = str_1
effect_1 = Effect.GlobalEffect()
| < < | 260 261 262 263 264 265 266 267 268 269 270 271 272 273 |
fun["禁格"] = function(str_1) --{
str["禁格"] = str_1
effect_1 = Effect.GlobalEffect()
effect_1:SetCode(EFFECT_USE_EXTRA_MZONE)
effect_1:SetValue(str_1)
Duel.RegisterEffect(effect_1,0)
end --}
|
| ︙ | ︙ |