Add AllowCrimsonCreep config option

This commit is contained in:
MarioE 2013-11-10 15:55:09 -05:00
parent e5d01b19d6
commit 6a4e7584a0
3 changed files with 37 additions and 28 deletions

View file

@ -223,7 +223,10 @@ 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 crimson to spread when a world is hardmode.")]
public bool AllowCrimsonCreep = true;
[Description("Allows corruption to spread when a world is hardmode.")] public bool AllowCorruptionCreep = true;
[Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHallowCreep = true;