Removed the last two changes without revertting

This commit is contained in:
Lucas Nicodemus 2012-05-25 20:10:19 -06:00
parent 81ba0f9108
commit 5394734a33

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 AllowHardmodeCorruptionCreep = true;
[Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowCorruptionCreep = true;
[Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHardmodeHallowCreep = true;
[Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHallowCreep = true;
[Description("How many things a statue can spawn within 200 pixels(?) before it stops spawning. Default = 3")] public int StatueSpawn200 = 3;