Merge pull request #5097 from Citadel-Station-13/revert-5094-upstream-merge-34912

Revert "[MIRROR] Forces test run to run with a set random seed"
This commit is contained in:
LetterJay
2018-01-25 00:35:58 -06:00
committed by GitHub
+1 -1
View File
@@ -65,7 +65,7 @@ GLOBAL_REAL(Master, /datum/controller/master) = new
// Highlander-style: there can only be one! Kill off the old and replace it with the new.
if(!random_seed)
random_seed = (TEST_RUN_PARAMETER in world.params) ? 29051994 : rand(1, 1e9)
random_seed = rand(1, 1e9)
rand_seed(random_seed)
var/list/_subsystems = list()