Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 51145d8

Browse files
committed
Update gamemode_subsystem.dm
1 parent 057ea16 commit 51145d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogstation/code/modules/storytellers/gamemode_subsystem.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ SUBSYSTEM_DEF(gamemode)
595595
query_round_game_mode.Execute()
596596
qdel(query_round_game_mode)
597597
if(report)
598-
addtimer(CALLBACK(src, PROC_REF(send_intercept), 0), rand(600, 1800))
598+
addtimer(CALLBACK(src, PROC_REF(send_intercept)), rand(600, 1800))
599599
generate_station_goals()
600600
handle_post_setup_roundstart_events()
601601
handle_post_setup_points()

0 commit comments

Comments
 (0)