wip stuff (idk)

This commit is contained in:
Ethan O'Brien
2026-08-26 08:21:29 -05:00
parent 1d12a9415c
commit 9e5228e9f5
13 changed files with 2116 additions and 22 deletions

View File

@@ -62,7 +62,7 @@ fn const_value(id: &str, default: i64) -> i64 {
.unwrap_or(default)
}
fn boost_lp(live_boost: i64) -> i64 {
pub fn boost_lp(live_boost: i64) -> i64 {
databases::LIVE_BOOST[live_boost.to_string()]["lp"]
.as_i64()
.unwrap_or(10 * live_boost)