Update aux_base.dm

This commit is contained in:
LetterJay
2017-09-11 15:45:11 -05:00
committed by GitHub
parent 799ae80b8a
commit 804a59ad49
+1 -4
View File
@@ -86,11 +86,8 @@ interface with the mining shuttle at the landing site if a mobile beacon is also
return
if(href_list["move"])
<<<<<<< HEAD
if(z != ZLEVEL_STATION && shuttleId == "colony_drop")
=======
if(!(z in GLOB.station_z_levels) && shuttleId == "colony_drop")
>>>>>>> 51c03bb... Merge pull request #30633 from KorPhaeron/missing)
to_chat(usr, "<span class='warning'>You can't move the base again!</span>")
return
var/shuttle_error = SSshuttle.moveShuttle(shuttleId, href_list["move"], 1)
@@ -349,4 +346,4 @@ obj/docking_port/stationary/public_mining_dock
#undef BAD_ZLEVEL
#undef BAD_AREA
#undef BAD_COORDS
#undef ZONE_SET
#undef ZONE_SET