diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42f21879..b1bd116e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,3 +68,9 @@ These will automatically be converted from strings to the proper enum type. ## Contributing to Documentation If you wish to contribute to the documentation, take a look at [CONTRIBUTING.md](docs/CONTRIBUTING.md) in the docs folder. + +## Disclaimer + +This should go without saying, but we will not accept PRs that are obviously AI generated, nor will we accept PRs from people who have not actually played the game or any mods. + +Any potential bug bounties for New Horizons are only eligible to be claimed by those who have created mods for Outer Wilds in the past. diff --git a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs index 6e046b42..0d9d4860 100644 --- a/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs +++ b/NewHorizons/External/Modules/VariableSize/VariableSizeModule.cs @@ -6,8 +6,8 @@ namespace NewHorizons.External.Modules.VariableSize public class VariableSizeModule { /// - /// Scale this object over time. Time value is in minutes. + /// Scale this object over time. Time is in minutes. Value is a multiplier of the size of the object. /// public TimeValuePair[] curve; } -} \ No newline at end of file +}