mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Removes most hard-coded z level checks
This commit is contained in:
@@ -57,8 +57,7 @@
|
||||
if(!interactable())
|
||||
return
|
||||
|
||||
// TODO: Tie into space manager
|
||||
if(computer.z > ZLEVEL_DERELICT)
|
||||
if(is_away_level(computer.z))
|
||||
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