Merge pull request #2751 from VOREStation/aro-altghosts

POLARIS: Hide higher planes from alt-turf menu
This commit is contained in:
Arokha Sieyes
2018-01-14 22:48:51 -05:00
committed by GitHub
+2
View File
@@ -707,6 +707,8 @@
continue
if(is_type_in_list(A, shouldnt_see))
continue
if(A.plane > plane)
continue
stat(A)