diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index b25b247c646..8bf065bbea1 100644 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -502,11 +502,11 @@ if(sent_strike_team == 1) user << "Centcom will not allow the shuttle to be called. Consider all contracts terminated." return -/* + if(world.time < 54000) // 30 minute grace period to let the game get going user << "The shuttle is refueling. Please wait another [round((54000-world.time)/600)] minutes before trying again."//may need to change "/600" return -*/ + if(emergency_shuttle.direction == -1) user << "The shuttle may not be called while returning to CentCom." return