From 145d0ea54c92b59dd7297dd36b1932dd00804ebc Mon Sep 17 00:00:00 2001 From: sheetofseaweed <79718450+sheetofseaweed@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:49:57 +0300 Subject: [PATCH] Added xenoarch to reachable telepad layers (#619) Co-authored-by: HolyTape --- modular_sand/code/modules/telescience/telesci_computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_sand/code/modules/telescience/telesci_computer.dm b/modular_sand/code/modules/telescience/telesci_computer.dm index a6ea1c57ff3a..e5f3032a23af 100644 --- a/modular_sand/code/modules/telescience/telesci_computer.dm +++ b/modular_sand/code/modules/telescience/telesci_computer.dm @@ -303,7 +303,7 @@ telefail() temp_msg = list("ERROR!", "Elevation is less than 1 or greater than 90.") return - if(z_co == 1 /*Centcom*/ || z_co == 6 /*City of Cogs*/ || z_co < 1 || z_co > 13 /*Space max*/) + if(z_co == 1 /*Centcom*/ || z_co < 1 || z_co > 13 /*Space max*/) telefail() temp_msg = list("ERROR!", "Sector is outside known time and space!") return