From 8163f85fbed6cdcfea363579a862d69590bcad14 Mon Sep 17 00:00:00 2001 From: Aylong <69762909+AyIong@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:48:09 +0200 Subject: [PATCH] Fix: Unit Tests runtime. Again (#1068) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Добавил нолик к сиду для тестов, так как снова падают чазмы заставляя их падать... --- code/controllers/master.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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