Differences From Artifact [4f19cdac27]:
- File 残局函数库/残局函数库.lua — part of check-in [5e73ecd8d2] at 2023-06-25 23:54:59 on branch trunk — 0.0.238 (user: 顽雨沉风, size: 1079) [annotate] [blame] [check-ins using]
To Artifact [985c672643]:
- File 残局函数库/残局函数库.lua — part of check-in [01d5320f0b] at 2023-06-25 23:55:25 on branch trunk — 0.0.239 (user: 顽雨沉风, size: 1115) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 |
if cache_1 > 0 then
cache_1 = true
else
cache_1 = false
end
return cache_1
end
end
fun["通关邀请"]()
| > | 44 45 46 47 48 49 50 51 52 53 54 |
if cache_1 > 0 then
cache_1 = true
else
cache_1 = false
end
return cache_1
end
effect_101:SetCondition(cache_1)
end
fun["通关邀请"]()
|