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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user