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 3f81cf3 commit 3671039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
Syndicate_announce(input, ui.user)
to_chat(ui.user, "Сообщение передано.")
add_game_logs("has made a Syndicate announcement: [input]", ui.user)
centcomm_message_cooldown = world.time + 6000 // 10 minutes
centcomm_message_cooldown = world.time + 10 MINUTES
setMenuState(ui.user, COMM_SCREEN_MAIN)

if("RestoreBackup")
Expand Down

0 comments on commit 3671039

Please sign in to comment.