Overview
| Comment: | 0.0.236 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
db668d0786548ab27363d4340027e0bf |
| User & Date: | 顽雨沉风 on 2023-06-25 23:53:10.141 |
| Other Links: | manifest | tags |
Context
|
2023-06-25
| ||
| 23:53 | 0.0.237 check-in: 431822ea79 user: 顽雨沉风 tags: trunk | |
| 23:53 | 0.0.236 check-in: db668d0786 user: 顽雨沉风 tags: trunk | |
| 23:52 | 0.0.235 check-in: e522f35932 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局函数库/残局函数库.lua
from [d40354f7e9]
to [59c3d6b376].
| ︙ | |||
31 32 33 34 35 36 37 38 39 40 | 31 32 33 34 35 36 37 38 39 40 41 42 43 | + + + |
Duel.RegisterEffect(effect_100
, 0)
end
fun["开局添加手卡"] = function()
local effect_101
effect_101 = Effect.GlobalEffect()
effect_101:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
effect_101:SetCode(EVENT_ADJUST)
end
fun["通关邀请"]()
|