From 2b6f5bc863b8bdd702c7d20b9581e1c1fb0e5489 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 21 Jul 2021 15:46:31 -0700 Subject: [PATCH] Quick migration hot-fix --- code/modules/events/infestation.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/infestation.dm b/code/modules/events/infestation.dm index d04a5c52952..985518067bf 100644 --- a/code/modules/events/infestation.dm +++ b/code/modules/events/infestation.dm @@ -23,7 +23,7 @@ /datum/event/infestation/start() - location = rand(0,10) + location = rand(0,9) var/list/turf/simulated/floor/turfs = list() var/spawn_area_type switch(location)