diff --git a/code/controllers/master.dm b/code/controllers/master.dm index 8aa44ef84d033..4ecc06b54d3cf 100644 --- a/code/controllers/master.dm +++ b/code/controllers/master.dm @@ -84,7 +84,7 @@ GLOBAL_REAL(Master, /datum/controller/master) = new /datum/controller/master/New() if(!random_seed) #ifdef UNIT_TESTS - random_seed = 2200 // SS220 EDIT - Unit Test fix + random_seed = 29051994 #else random_seed = rand(1, 1e9) #endif