1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Complete bare minimum to seem logged in

This commit is contained in:
NGnius (Graham)
2025-03-01 16:22:57 -05:00
parent fe30e783ad
commit 7e31f6fe1d
55 changed files with 1147 additions and 81 deletions

View File

@@ -210,4 +210,8 @@ impl ItemCategory {
ItemCategory::EnergyModule => "EnergyModule",
}
}
pub fn but_bigger(&self) -> i32 {
(*self as i32) * 100_000
}
}