Skip to content

Commit

Permalink
Added xenoarch to reachable telepad layers (BlueMoon-Labs#619)
Browse files Browse the repository at this point in the history
Co-authored-by: HolyTape <[email protected]>
  • Loading branch information
sheetofseaweed and HolyTape authored Dec 10, 2023
1 parent 70a05db commit 145d0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_sand/code/modules/telescience/telesci_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 145d0ea

Please sign in to comment.