Differences From Artifact [abffc51374]:
- File script/c0.lua — part of check-in [5f9c2f6f9c] at 2023-06-30 00:40:25 on branch trunk — 0.0.421 (user: 顽雨沉风, size: 1628) [annotate] [blame] [check-ins using] [more...]
To Artifact [6ff10c769a]:
- File script/c0.lua — part of check-in [1f8b159161] at 2023-06-30 01:48:02 on branch trunk — 0.0.431 (user: 顽雨沉风, size: 1688) [annotate] [blame] [check-ins using]
︙ | |||
63 64 65 66 67 68 69 70 71 72 | 63 64 65 66 67 68 69 70 71 72 73 | + | str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil) str["开局说明"] = "效果卡:" str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"] Debug.ShowHint(str["开局说明"]) Debug.ShowHint(Duel.CheckLocation(0, LOCATION_MZONE, 5)) end |