Add a /wind command for changing the wind speed
This commit is contained in:
parent
dcaac6365c
commit
af3f5ef954
2 changed files with 29 additions and 15 deletions
|
|
@ -284,6 +284,9 @@ namespace TShockAPI
|
|||
[Description("User can turn on or off the rain.")]
|
||||
public static readonly string rain = "tshock.world.rain";
|
||||
|
||||
[Description("User can modify the wind.")]
|
||||
public static readonly string wind = "tshock.world.wind";
|
||||
|
||||
// Non-grouped
|
||||
|
||||
[Description("User can clear items or projectiles.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue