Differences From 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]
To Artifact [d571c3eb88]:
- File 残局函数库/残局函数库.lua — part of check-in [949c8a99ee] at 2023-06-25 23:57:59 on branch trunk — 0.0.240 (user: 顽雨沉风, size: 1146) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
45 46 47 48 49 50 51 52 53 54 |
cache_1 = true
else
cache_1 = false
end
return cache_1
end
effect_101:SetCondition(cache_1)
end
fun["通关邀请"]()
| > > | 45 46 47 48 49 50 51 52 53 54 55 56 |
cache_1 = true
else
cache_1 = false
end
return cache_1
end
effect_101:SetCondition(cache_1)
function cache_1()
end
end
fun["通关邀请"]()
|