Skip to content

Commit

Permalink
Fix: Unit Tests runtime. Again (#1068)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Добавил нолик к сиду для тестов, так как снова падают чазмы заставляя их
падать...
  • Loading branch information
AyIong authored Mar 8, 2024
1 parent b513350 commit 8163f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/master.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8163f85

Please sign in to comment.