mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user