Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
07dff493167d6cabd7060f67a1aef074 |
User & Date: | 顽雨沉风 on 2024-07-17 22:58:30 |
Other Links: | manifest | tags |
Context
2024-07-17
| ||
23:08 | 0 check-in: 383ce45c59 user: 顽雨沉风 tags: trunk | |
22:58 | 0 check-in: 07dff49316 user: 顽雨沉风 tags: trunk | |
22:39 | 0 check-in: 738c457e01 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [9566632690] to [e0e5b879de].
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | 28363749, 19474136, 17390179, 83980492, } d["数_所有区域"] = LOCATION_HAND + LOCATION_MZONE + LOCATION_SZONE + LOCATION_GRAVE + LOCATION_REMOVED + LOCATION_DECK + LOCATION_EXTRA do |
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | - - + + - - + + - - + + - + + + + + + + - | end end f["不被连锁"] = function() Duel.SetChainLimit(aux.FALSE) return true end f["是否有效果卡"] = function(card) |
︙ |