Overview
Comment: | 0.0.851 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2e3f1948296a3b3826b02b9be0d88813 |
User & Date: | 顽雨沉风 on 2023-07-07 11:12:44 |
Other Links: | manifest | tags |
Context
2023-07-07
| ||
11:14 | 0.0.852 check-in: f75e15cfc3 user: 顽雨沉风 tags: trunk | |
11:12 | 0.0.851 check-in: 2e3f194829 user: 顽雨沉风 tags: trunk | |
11:12 | 0.0.850 check-in: 264925f3bc user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [63402620cd] to [42d6ce36ef].
︙ | ︙ | |||
178 179 180 181 182 183 184 | 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) end | | | 178 179 180 181 182 183 184 185 186 | 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) end fun["印卡残局"] = function(str_1) end |