Skip to content

Commit

Permalink
Ares Final Scan takes 1 minute instead of 3
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Nov 4, 2023
1 parent 4ff5112 commit 612645c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/gamemodes/colonialmarines/colonialmarines.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define HIJACK_EXPLOSION_COUNT 5
#define MARINE_MAJOR_ROUND_END_DELAY 3 MINUTES
#define MARINE_MAJOR_ROUND_END_DELAY 1 MINUTES

/datum/game_mode/colonialmarines
name = "Distress Signal"
Expand Down Expand Up @@ -149,7 +149,7 @@
/datum/game_mode/colonialmarines/proc/ares_conclude()
ai_silent_announcement("Bioscan complete. No unknown lifeform signature detected.", ".V")
ai_silent_announcement("Saving operational report to archive.", ".V")
ai_silent_announcement("Commencing final systems scan in 3 minutes.", ".V")
ai_silent_announcement("Commencing final systems scan in 1 minute.", ".V")

////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 612645c

Please sign in to comment.