Adds support for different shuttle states

Also cleans up shuttle move states a bit.
Moves shuttle_console to it's own file

Conflicts:
	code/modules/shuttles/shuttle.dm
This commit is contained in:
mwerezak
2014-06-08 10:36:39 -04:00
committed by ZomgPonies
parent 1f90fe05c8
commit 629c14a66c
5 changed files with 191 additions and 178 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])
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")