Differences From Artifact [9531cc43cc]:
- File script/c0.lua — part of check-in [f11cd095f5] at 2023-07-08 16:34:39 on branch trunk — 0.0.989 (user: 顽雨沉风, size: 6954) [annotate] [blame] [check-ins using]
To Artifact [31a806d32d]:
- File script/c0.lua — part of check-in [25c2207710] at 2023-07-08 16:35:06 on branch trunk — 0.0.990 (user: 顽雨沉风, size: 6952) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
31 32 33 34 35 36 37 | cache_1 = Duel.GetLP(1) if cache_1 <= 0 then if str_1 == "QB" then if cache_1 < 0 then if str_2 then | | < | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | cache_1 = Duel.GetLP(1) if cache_1 <= 0 then if str_1 == "QB" then if cache_1 < 0 then if str_2 then Debug.ShowHint(str_2) end end end cache_1 = true else |
︙ | ︙ |