Made config options for hardmore creep more clear as to what they do.

Closes #448
This commit is contained in:
Lucas Nicodemus 2012-05-25 20:08:52 -06:00
parent b8c2c1aded
commit 3bad04af79

View file

@ -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;