Merge pull request #2699 from Citadel-Station-13/upstream-merge-30551

[MIRROR] Mechs now can be connected to atmos ports
This commit is contained in:
LetterJay
2017-09-12 03:19:23 -05:00
committed by GitHub
3 changed files with 24 additions and 30 deletions
@@ -48,7 +48,7 @@
return 0
//Make sure are close enough for a valid connection
if(new_port.loc != loc)
if(new_port.loc != get_turf(src))
return 0
//Perform the connection