From fe55ccfcdc57640e422a04a13582e422b3b300d4 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Thu, 24 Jul 2025 01:00:46 -0400 Subject: [PATCH 1/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42f21879..e3e8c297 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,3 +68,7 @@ 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. From 65ecbb1f9a200b01892ba6f804b762cd2cc5b5a2 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Thu, 24 Jul 2025 11:14:09 -0400 Subject: [PATCH 2/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3e8c297..b1bd116e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,3 +72,5 @@ If you wish to contribute to the documentation, take a look at [CONTRIBUTING.md] ## 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. From 1ce62f383d3ab11594921f334dc2902a0552bf71 Mon Sep 17 00:00:00 2001 From: LeeSpork Date: Sun, 17 Aug 2025 11:55:22 +1200 Subject: [PATCH 3/3] Update VariableSizeModule.cs --- .../External/Modules/VariableSize/VariableSizeModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}