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

This commit is contained in:
Zuhayr
2014-06-03 23:21:10 +09:30
parent 02e5f97b95
commit 54b08ff55a
11 changed files with 295 additions and 219 deletions
+1 -1
View File
@@ -1931,7 +1931,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")