Console colors, begin RNG rework
This is gonna be a PAIN
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Barotrauma
|
||||
|
||||
public static Job Random()
|
||||
{
|
||||
JobPrefab prefab = JobPrefab.List[Rand.Int(JobPrefab.List.Count - 1, false)];
|
||||
JobPrefab prefab = JobPrefab.List[Rand.Int(JobPrefab.List.Count - 1, Rand.RandSync.Server)];
|
||||
|
||||
return new Job(prefab);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user