mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Removes most hard-coded z level checks
This commit is contained in:
@@ -48,8 +48,7 @@ var/global/datum/store/centcomm_store=new
|
||||
|
||||
/datum/store/proc/reconnect_database()
|
||||
for(var/obj/machinery/computer/account_database/DB in world)
|
||||
// TODO: Tie into space manager
|
||||
if((DB.z in config.station_levels))
|
||||
if(is_station_level(DB.z))
|
||||
linked_db = DB
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user