* It is now impossible to teleport to the away missions, through telescience.

This commit is contained in:
Giacomand
2013-11-12 19:09:56 +00:00
parent 5043091b72
commit 05f211f0c3
+2 -2
View File
@@ -236,9 +236,9 @@
telefail()
temp_msg = "ERROR!<BR>Elevation is less than 1 or greater than 90."
return
if(z_co == 2 || z_co < 1 || z_co > 7)
if(z_co == 2 || z_co < 1 || z_co > 6)
telefail()
temp_msg = "ERROR! Sector is less than 1, <BR>greater than 7, or equal to 2."
temp_msg = "ERROR! Sector is less than 1, <BR>greater than 6, or equal to 2."
return
if(teles_left > 0)
doteleport(user)