mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Nevermind ignore the voices
This reverts commit ea273e42a73b9c55781cc9b260daadbb97888bf9. This reverts commit 280f0a6e529050cb8ba459090d48b6eb968659dd.
This commit is contained in:
parent
280f0a6e52
commit
e8039f41d1
@ -609,7 +609,7 @@ namespace NewHorizons.External.Modules
|
|||||||
public class ThrustRulesetInfo : VolumeInfo
|
public class ThrustRulesetInfo : VolumeInfo
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Limit how fast you can fly with your ship or jetpack (if nerfJetpackBooster is true) while in this ruleset volume.
|
/// Limit how fast you can fly with your ship while in this ruleset volume.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(float.PositiveInfinity)] public float thrustLimit = float.PositiveInfinity;
|
[DefaultValue(float.PositiveInfinity)] public float thrustLimit = float.PositiveInfinity;
|
||||||
|
|
||||||
|
|||||||
@ -3606,7 +3606,7 @@
|
|||||||
},
|
},
|
||||||
"thrustLimit": {
|
"thrustLimit": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "Limit how fast you can fly with your ship or jetpack (if nerfJetpackBooster is true) while in this ruleset volume.",
|
"description": "Limit how fast you can fly with your ship while in this ruleset volume.",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
"default": "Infinity"
|
"default": "Infinity"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user