We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4210ad commit 0978050Copy full SHA for 0978050
code/__HELPERS/level_traits.dm
@@ -91,7 +91,7 @@ GLOBAL_LIST_INIT(default_map_traits, MAP_TRANSITION_CONFIG)
91
/proc/are_zs_connected(atom/A, atom/B)
92
A = get_turf(A)
93
B = get_turf(B)
94
- if(isnull(A) || isnull(B)) // One of you is a liar.
+ if(isnull(A) || isnull(B))
95
return FALSE
96
if(A.z == B.z)
97
return TRUE
0 commit comments