Missed some parentheses

This commit is contained in:
KorPhaeron
2017-09-11 13:18:30 -05:00
parent 9fa54558f3
commit 7ee271752e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ interface with the mining shuttle at the landing site if a mobile beacon is also
return
if(href_list["move"])
if(!(z in GLOB.station_z_levels && shuttleId == "colony_drop"))
if(!(z in GLOB.station_z_levels) && shuttleId == "colony_drop"))
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)