diff --git a/code/modules/events/wallrot.dm b/code/modules/events/wallrot.dm index e64bccb2774..b31eeb4d36e 100644 --- a/code/modules/events/wallrot.dm +++ b/code/modules/events/wallrot.dm @@ -12,7 +12,7 @@ datum/event/wallrot/start() // 100 attempts for(var/i=0, i<100, i++) - var/turf/candidate = locate(rand(1, world.maxx), rand(1, world.maxy), 1) + var/turf/candidate = locate(rand(1, world.maxx), rand(1, world.maxy), pick(current_map.station_levels)) if(istype(candidate, /turf/simulated/wall)) center = candidate