Fix what's considered station levels

This commit is contained in:
Aronai Sieyes
2020-04-26 12:05:49 -04:00
parent 37e5bd237e
commit bed4f26f95
2 changed files with 5 additions and 3 deletions

View File

@@ -70,10 +70,12 @@
global.using_map.player_levels |= map_z
if(!in_space)
global.using_map.sealed_levels |= map_z
/* VOREStation Removal - We have a map system that does this already.
if(base)
global.using_map.station_levels |= map_z
global.using_map.contact_levels |= map_z
global.using_map.map_levels |= map_z
*/
/obj/effect/overmap/visitable/proc/get_space_zlevels()
if(in_space)