mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-28 03:01:37 +00:00
Integrates the z level manager with the space transition system
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
|
||||
|
||||
interact()
|
||||
if(!interactable() || computer.z > 6)
|
||||
// TODO: Tie into space manager
|
||||
if(!interactable() || computer.z > ZLEVEL_DERELICT)
|
||||
return
|
||||
var/dat
|
||||
if(src.temp)
|
||||
@@ -206,6 +207,3 @@
|
||||
|
||||
interact()
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user