minor improvements (#33424)

This commit is contained in:
Emmett Gaines
2017-12-10 18:44:00 -05:00
committed by CitadelStationBot
parent 85578cae0d
commit 35e8cc3e22
2 changed files with 19 additions and 62 deletions
+2 -1
View File
@@ -318,7 +318,8 @@ obj/docking_port/stationary/public_mining_dock
qdel(Mport)
return
for(var/L in landing_turfs) //You land NEAR the base, not IN it.
for(var/i in 1 to landing_turfs.len) //You land NEAR the base, not IN it.
var/turf/L = landing_turfs[i]
if(!L) //This happens at map edges
to_chat(user, "<span class='warning'>Unable to secure a valid docking zone. Please try again in an open area near, but not within the aux. mining base.</span>")
SSshuttle.stationary.Remove(Mport)