Moved the Vox skipjack console over to a multi-destination shuttle datum setup.

Conflicts:
	baystation12.dme
	code/game/gamemodes/vox/heist/heist.dm
	code/game/machinery/computer/vox_shuttle.dm
This commit is contained in:
Zuhayr
2014-06-03 23:21:10 +09:30
committed by ZomgPonies
parent e6a8680347
commit 4385b1320c
14 changed files with 306 additions and 222 deletions
+1 -1
View File
@@ -2055,7 +2055,7 @@
var/shuttle_tag = input("Which shuttle do you want to call?") as null|anything in shuttles.locations
if(shuttle_tag && !shuttles.moving[shuttle_tag])
move_shuttle(shuttle_tag)
shuttles.move_shuttle(shuttle_tag)
message_admins("\blue [key_name_admin(usr)] moved the [shuttle_tag] shuttle", 1)
log_admin("[key_name(usr)] moved the [shuttle_tag] shuttle")