mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
* It is now impossible to teleport to the away missions, through telescience.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user