From 6c85704c49ef88550b7075d8231df3282e7000c9 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 23 Oct 2019 15:21:50 -0400 Subject: [PATCH] makes this match the actual default value for the map config while im at it --- code/_globalvars/misc.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_globalvars/misc.dm b/code/_globalvars/misc.dm index 307e794a08..af31e2b5a5 100644 --- a/code/_globalvars/misc.dm +++ b/code/_globalvars/misc.dm @@ -6,7 +6,7 @@ GLOBAL_VAR_INIT(year, time2text(world.realtime,"YYYY")) GLOBAL_VAR_INIT(year_integer, text2num(year)) // = 2013??? -GLOBAL_VAR_INIT(announcertype, "Standard") +GLOBAL_VAR_INIT(announcertype, "standard") // For FTP requests. (i.e. downloading runtime logs.) // However it'd be ok to use for accessing attack logs and such too, which are even laggier. @@ -30,4 +30,4 @@ GLOBAL_VAR(bible_name) GLOBAL_VAR(bible_icon_state) GLOBAL_VAR(bible_item_state) GLOBAL_VAR(holy_weapon_type) -GLOBAL_VAR(holy_armor_type) \ No newline at end of file +GLOBAL_VAR(holy_armor_type)