Skip to content

Commit

Permalink
Update code/game/machinery/computer/communications.dm
Browse files Browse the repository at this point in the history
Co-authored-by: BeebBeebBoob <[email protected]>
  • Loading branch information
dageavtobusnick and BeebBeebBoob authored Jan 23, 2025
1 parent 3671039 commit 82fbe16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/computer/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@
to_chat(user, span_warning("Эвакуационный шаттл не может быть вызван при возвращении на станцию Центрального Командования."))
return FALSE

if(world.time < 54000) // 30 minute grace period to let the game get going
to_chat(user, "Шаттл на дозаправке. Пожалуйста, подождите ещё [round((54000-world.time)/600)] минут, прежде чем повторить попытку.")
if(world.time < 30 MINUTES) // 30 minute grace period to let the game get going
to_chat(user, "Шаттл на дозаправке. Пожалуйста, подождите ещё [round((30 MINUTES-world.time)/600)] минут, прежде чем повторить попытку.")
return FALSE

return TRUE
Expand Down

0 comments on commit 82fbe16

Please sign in to comment.