Removed the last two changes without revertting
This commit is contained in:
parent
81ba0f9108
commit
5394734a33
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue