Fixed the shuttle navigation computer allowing you to move docking ports (#31721)

* Fixed the shuttle navigation computer allowing you to move stationary docking ports

* Moved a var from stationary docking ports to mobile docking ports

* Removed a sanity check
This commit is contained in:
Cruix
2017-10-16 23:01:01 -05:00
committed by CitadelStationBot
parent cc96777b6b
commit f2f2f349ca
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
return FALSE
var/mob/camera/aiEye/remote/shuttle_docker/the_eye = eyeobj
if(!my_port)
my_port = new /obj/docking_port/stationary
my_port = new /obj/docking_port/stationary()
my_port.name = shuttlePortName
my_port.id = shuttlePortId
var/obj/docking_port/mobile/M = SSshuttle.getShuttle(shuttleId)