From 775c568a5b962e91750438faa59afb5ad67ee04a Mon Sep 17 00:00:00 2001 From: Keate Senior Date: Wed, 15 Jul 2020 00:46:35 -0400 Subject: [PATCH] the ark now screams more halves the time between screams so that cultists know its in trouble. From 60 seconds to 30 seconds. --- code/__DEFINES/clockcult.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/clockcult.dm b/code/__DEFINES/clockcult.dm index 3652055d19..3e505d44b4 100644 --- a/code/__DEFINES/clockcult.dm +++ b/code/__DEFINES/clockcult.dm @@ -91,6 +91,6 @@ GLOBAL_LIST_EMPTY(all_scripture) //a list containing scripture instances; not us #define GUARDIAN_EMERGE_THRESHOLD 65 //guardian cannot emerge unless host is at this% or less health -#define ARK_SCREAM_COOLDOWN 600 //This much time has to pass between instances of the Ark taking damage before it will "scream" again +#define ARK_SCREAM_COOLDOWN 300 //This much time has to pass between instances of the Ark taking damage before it will "scream" again #define PRISM_DELAY_DURATION 1200 //how long prolonging prisms delay the shuttle for; defaults to 2 minutes