minor improvements (#33424)
This commit is contained in:
committed by
CitadelStationBot
parent
85578cae0d
commit
35e8cc3e22
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user