Add config option for the bomb radius.

This commit is contained in:
Olink 2020-05-24 04:33:03 -04:00
parent b73088306d
commit 8edca72919
2 changed files with 7 additions and 4 deletions

View file

@ -527,6 +527,9 @@ namespace TShockAPI
[Description("Whether or not the server should output debug level messages related to system operation.")]
public bool DebugLogs = false;
[Description("Determines the range in tiles that a bomb can affect tiles.")]
public int BombExplosionRadius = 5;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>