[MIRROR] Changes shuttle port direction var from an angle to a dir (#2613)

* Changes shuttle port direction var from an angle to a dir

* actually ports the directions

* Update shuttle.dm

* how
This commit is contained in:
CitadelStationBot
2017-09-13 20:39:55 -05:00
committed by Poojawa
parent f891eae65e
commit 82d0aae420
23 changed files with 623 additions and 305 deletions
+1 -1
View File
@@ -260,7 +260,7 @@
// The direction the shuttle prefers to travel in
var/preferred_direction = NORTH
// And the angle from the front of the shuttle to the port
var/port_angle = 0 // used to be travelDir
var/port_direction = NORTH
var/obj/docking_port/stationary/destination
var/obj/docking_port/stationary/previous