diff --git a/code/controllers/master.dm b/code/controllers/master.dm index aa489bdead66..8aa44ef84d03 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 = 220 // SS220 EDIT + random_seed = 2200 // SS220 EDIT - Unit Test fix #else random_seed = rand(1, 1e9) #endif