Overview
| Comment: | 0.0.1537 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
36fcd06d2a5d6d7ee0a8a74338b72836 |
| User & Date: | 顽雨沉风 on 2023-07-16 01:13:26.206 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 01:14 | 0.0.1538 check-in: c63fb5db7b user: 顽雨沉风 tags: trunk | |
| 01:13 | 0.0.1537 check-in: 36fcd06d2a user: 顽雨沉风 tags: trunk | |
| 01:12 | 0.0.1536 check-in: d5865c0234 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [e225ae28fe]
to [e95e31d288].
| ︙ | ︙ | |||
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 274 |
fun["禁格"] = function(str_1) --{
str["禁格"] = str_1
effect_1 = Effect.GlobalEffect()
--~ effect_1:SetType(EFFECT_TYPE_FIELD)
effect_1:SetCode(EFFECT_USE_EXTRA_MZONE)
effect_1:SetValue(str_1)
Duel.RegisterEffect(effect_1,0)
|
| ︙ | ︙ |