Overview
Comment: | 0.0.1760 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ea070909e19cd3426ad16a02b11e898b |
User & Date: | 顽雨沉风 on 2023-07-18 08:25:54 |
Other Links: | manifest | tags |
Context
2023-07-18
| ||
08:26 | 0.0.1761 check-in: a53f48cbf8 user: 顽雨沉风 tags: trunk | |
08:25 | 0.0.1760 check-in: ea070909e1 user: 顽雨沉风 tags: trunk | |
08:16 | 0.0.1759 check-in: e743e90110 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [573321e00e] to [ea17908cdb].
︙ | ︙ | |||
81 82 83 84 85 86 87 | cache_1 = Duel.GetLP(1) if cache_1 <= 0 then --{ if cache_1 == 0 then --{ | > > > > | | | 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | cache_1 = Duel.GetLP(1) if cache_1 <= 0 then --{ if cache_1 == 0 then --{ --} else --{ Debug.ShowHint(str["二解弹窗"]) end --} Debug.ShowHint(str["原解弹窗"]) --} else --{ return false |
︙ | ︙ |