Overview
Comment: | 0.0.2224 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
903d5d57335a390fe5d6ca8d156004f6 |
User & Date: | 顽雨沉风 on 2023-07-25 07:28:43 |
Other Links: | manifest | tags |
Context
2023-07-25
| ||
07:29 | 0.0.2225 check-in: 51505bcb6f user: 顽雨沉风 tags: trunk | |
07:28 | 0.0.2224 check-in: 903d5d5733 user: 顽雨沉风 tags: trunk | |
07:27 | 0.0.2223 check-in: ed3ab1df7c user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [2a735641d7] to [50e844176c].
︙ | ︙ | |||
163 164 165 166 167 168 169 | end --} fun["是否效果卡"] = function(card) --{ for i = 1, #str["效果卡的种类表"] do --{ if Card.IsType(card, str["效果卡的种类表"][i]) then --{ | | | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | end --} fun["是否效果卡"] = function(card) --{ for i = 1, #str["效果卡的种类表"] do --{ if Card.IsType(card, str["效果卡的种类表"][i]) then --{ Card.SetHint(card, CHINT_TURN, 20) return true end --} end --} if Card.IsType(card, TYPE_PENDULUM) then --{ |
︙ | ︙ |