Differences From Artifact [573321e00e]:
- File script/c0.lua — part of check-in [334f2bc614] at 2023-07-18 08:01:37 on branch trunk — 0.0.1757 (user: 顽雨沉风, size: 8479) [annotate] [blame] [check-ins using]
To Artifact [ea17908cdb]:
- File script/c0.lua — part of check-in [ea070909e1] at 2023-07-18 08:25:54 on branch trunk — 0.0.1760 (user: 顽雨沉风, size: 8529) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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 |
︙ | ︙ |