From f6468ed1a216d2358f8ed4eee6f59dae1fc51e81 Mon Sep 17 00:00:00 2001 From: Beagle <56142455+BeagleGaming1@users.noreply.github.com> Date: Sun, 9 Jul 2023 00:26:24 -0400 Subject: [PATCH] words --- code/controllers/configuration/entries/game_options.dm | 2 +- code/modules/mob/living/carbon/xenomorph/Embryo.dm | 2 +- config/example/config.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/controllers/configuration/entries/game_options.dm b/code/controllers/configuration/entries/game_options.dm index 511e7f6ab510..5a18ccdb4cfd 100644 --- a/code/controllers/configuration/entries/game_options.dm +++ b/code/controllers/configuration/entries/game_options.dm @@ -123,7 +123,7 @@ config_entry_value = 1 integer = FALSE -/datum/config_entry/number/burst_timer +/datum/config_entry/number/embryo_burst_timer min_val = 1 config_entry_value = 7.5 MINUTES integer = TRUE diff --git a/code/modules/mob/living/carbon/xenomorph/Embryo.dm b/code/modules/mob/living/carbon/xenomorph/Embryo.dm index bd640619d09c..a74983a8fd8f 100644 --- a/code/modules/mob/living/carbon/xenomorph/Embryo.dm +++ b/code/modules/mob/living/carbon/xenomorph/Embryo.dm @@ -77,7 +77,7 @@ /obj/item/alien_embryo/proc/process_growth() var/datum/hive_status/hive = GLOB.hive_datum[hivenumber] //The total time the person is hugged divided by stages until burst - var/per_stage_hugged_time = CONFIG_GET(number/burst_timer)/5 + var/per_stage_hugged_time = CONFIG_GET(number/embryo_burst_timer)/5 //Low temperature seriously hampers larva growth (as in, way below livable), so does stasis if(!hive.hardcore) // Cannot progress if the hive has entered hardcore mode. if(affected_mob.in_stasis || affected_mob.bodytemperature < 170) diff --git a/config/example/config.txt b/config/example/config.txt index 75c87b4f2f0d..d3861cb7e5a5 100644 --- a/config/example/config.txt +++ b/config/example/config.txt @@ -240,5 +240,5 @@ GAMEMODE_ROUNDS_NEEDED 5 ## Default gamemode to auto-switch back to after a round has concluded GAMEMODE_DEFAULT extended -## How long the mob will take to burst in seconds -# BURST_TIMER 450 +## How long the mob will take to chestburst in seconds +#EMBRYO_BURST_TIMER 450