Quick migration hot-fix

This commit is contained in:
Anthony Rodriguez
2021-07-21 15:46:31 -07:00
parent 9eb7951ad6
commit 2b6f5bc863
+1 -1
View File
@@ -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)