Adds support for different shuttle states

Also cleans up shuttle move states a bit.
Moves shuttle_console to it's own file
This commit is contained in:
mwerezak
2014-06-09 23:38:53 -04:00
parent 63ea6eba0d
commit 730623e6e4
5 changed files with 192 additions and 179 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])
shuttles.move_shuttle(shuttle_tag)
shuttles.jump_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")