mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user