Differences From Artifact [873331c3b2]:
- File script/c0.lua — part of check-in [263e2172f9] at 2023-07-11 06:39:41 on branch trunk — 0.0.1166 (user: 顽雨沉风, size: 6696) [annotate] [blame] [check-ins using]
To Artifact [d09e93d04b]:
- File script/c0.lua — part of check-in [51cfc2c559] at 2023-07-11 06:42:05 on branch trunk — 0.0.1167 (user: 顽雨沉风, size: 6846) [annotate] [blame] [check-ins using]
︙ | |||
220 221 222 223 224 225 226 227 228 229 | 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 | + + + + + + + + | cache_1 = function cache_1 = 0 cache_1 = cache_1 + LOCATION_HAND cache_1 = cache_1 + LOCATION_MZONE cache_1 = cache_1 + LOCATION_SZONE cache_1 = cache_1 + LOCATION_GRAVE cache_1 = cache_1 + LOCATION_REMOVED cache_1 = Duel.GetFieldGroupCount(1,cache_1,0) if cache_1 == 0 then return true else return false end end end |