From 3bad04af79bfb07e85c1c8f859ce636933624527 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 25 May 2012 20:08:52 -0600 Subject: [PATCH] Made config options for hardmore creep more clear as to what they do. Closes #448 --- TShockAPI/ConfigFile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 794cd277..e05da232 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -216,9 +216,9 @@ namespace TShockAPI [Description("Allow Ice placement even when user does not have canbuild")] public bool AllowIce = false; - [Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowCorruptionCreep = true; + [Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowHardmoreCorruptionCreep = true; - [Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHallowCreep = true; + [Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHardmodeHallowCreep = true; [Description("How many things a statue can spawn within 200 pixels(?) before it stops spawning. Default = 3")] public int StatueSpawn200 = 3;