Skip to content

[BUG] Wrong description for VeryFast vanilla keybind #506

Description

@Darxo

Versions

  • Game: 1.5.2.3
  • MSU: 1.9.0

Describe the bug

The new vanilla VeryFast world speed uses a 4x multiplier, see the following vanill table

gt.Const.World.SpeedSettings <- {
	NormalMult = 1.0,
	FastMult = 2.0,
	VeryFastMult = 4.0,
	EscortMult = 3.75,
	CampMult = 3.0
};

The entry added by MSU under Vanilla (MSU) mod setting category however describes that speed setting as 3x

Image

Expected behavior

The keybind should have (4x) in brackets and its tooltip should also have (4x) in brackets.
I think both are connected though so the change should only be done in one place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions