mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
fix sleeve memory bug
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
export function calculateIntelligenceBonus(
|
||||
intelligence: number,
|
||||
weight = 1,
|
||||
): number {
|
||||
export function calculateIntelligenceBonus(intelligence: number, weight = 1): number {
|
||||
return 1 + (weight * Math.pow(intelligence, 0.8)) / 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user