Overview
Comment: | 0.0.1786 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b99a3223f8f1c898f471738797db4325 |
User & Date: | 顽雨沉风 on 2023-07-19 02:38:27 |
Other Links: | manifest | tags |
Context
2023-07-19
| ||
04:03 | 0.0.1787 check-in: 262ab836d0 user: 顽雨沉风 tags: trunk | |
02:38 | 0.0.1786 check-in: b99a3223f8 user: 顽雨沉风 tags: trunk | |
02:31 | 0.0.1785 check-in: ba86300fd5 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [7ccb1a8f0b] to [76e4968a2a].
︙ | ︙ | |||
28 29 30 31 32 33 34 | str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN if str_2 then --{ if str_2 == 3 then --{ | | | | | | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN if str_2 then --{ if str_2 == 3 then --{ str["规则"] = str["大师3"] --} elseif str_2 == 4 then --{ str["规则"] = str["新大师"] --} elseif str_2 == 5 then --{ str["规则"] = str["大师2020"] --} end --} else --{ str["规则"] = str["大师2020"] end --} fun["Debug.ReloadFieldBegin"](str_1, str_2) end --} |
︙ | ︙ |