mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Integrates the z level manager with the space transition system
This commit is contained in:
@@ -57,7 +57,8 @@
|
||||
if(!interactable())
|
||||
return
|
||||
|
||||
if(computer.z > 6)
|
||||
// TODO: Tie into space manager
|
||||
if(computer.z > ZLEVEL_DERELICT)
|
||||
to_chat(usr, "<span class='danger'>Unable to establish a connection</span>: You're too far away from the station!")
|
||||
return
|
||||
var/dat
|
||||
|
||||
Reference in New Issue
Block a user