Disable magnet wrecks (#23664)

Until we can manage these code-wise better and not rely upon people who aren't even around anymore to balance them.
This commit is contained in:
metalgearsloth
2024-01-07 17:36:18 +11:00
committed by GitHub
parent 1a2c3baf8e
commit 3c8d78c0d3
2 changed files with 3 additions and 1 deletions

View File

@@ -167,10 +167,12 @@ public sealed partial class SalvageSystem
// Fuck with the seed to mix wrecks and asteroids.
seed = (int) (seed / 10f) * 10;
/* Asteroid only for now chump.
if (i >= data.Comp.OfferCount / 2)
{
seed++;
}
*/
data.Comp.Offered.Add(seed);
}