Merge pull request #6517 from Probe1/Deff_Doors

Deff: Adds research access to asteroid shuttle doors and corrects the spelling on a warning.
This commit is contained in:
Rob Nelson
2015-11-10 12:03:01 -08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
else if(!shuttle.linked_area)
dat = "<h2><font color='red'>UNABLE TO FIND [uppertext(shuttle.name)]</font></h2>"
else if(!shuttle.linked_port)
dat += {"<h2><font color='red'>This shuttle has no docking port speciied.</font></h2><br>
dat += {"<h2><font color='red'>This shuttle has no docking port specified.</font></h2><br>
<a href='?src=\ref[src];link_to_port=1'>Scan for docking ports</a>"}
else if(shuttle.moving)
dat += "<center><h3>Currently moving [shuttle.destination_port.areaname ? "to [shuttle.destination_port.areaname]" : ""]</h3></center>"