mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +01:00
Cap Staneks Gift at 25x25
This commit is contained in:
parent
ca02bdefd1
commit
a57042276b
@ -19,7 +19,7 @@ export class StaneksGift implements IStaneksGift {
|
|||||||
fragments: ActiveFragment[] = [];
|
fragments: ActiveFragment[] = [];
|
||||||
|
|
||||||
baseSize(): number {
|
baseSize(): number {
|
||||||
return StanekConstants.BaseSize + BitNodeMultipliers.StaneksGiftExtraSize + Player.sourceFileLvl(13);
|
return Math.min(StanekConstants.BaseSize + BitNodeMultipliers.StaneksGiftExtraSize + Player.sourceFileLvl(13), StanekConstants.MaxSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
width(): number {
|
width(): number {
|
||||||
|
Loading…
Reference in New Issue
Block a user