Differences From 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]
To Artifact [b19445a54a]:
- File script/c0.lua — part of check-in [94a1cf8101] at 2023-07-11 06:42:50 on branch trunk — 0.0.1168 (user: 顽雨沉风, size: 6886) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
229 230 231 232 233 234 235 236 237 |
if cache_1 == 0 then
return true
else
return false
end
end
end
| > > | 229 230 231 232 233 234 235 236 237 238 239 |
if cache_1 == 0 then
return true
else
return false
end
end
effect_1:SetCondition(cache_1)
end
|