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