Rewriting /grow; Adding /wallow

This commit is contained in:
Nova4334 2021-03-21 01:59:44 +01:00
parent 07b70431f9
commit 709997b728
2 changed files with 336 additions and 26 deletions

View file

@ -319,6 +319,9 @@ namespace TShockAPI
[Description("User can grow plants.")]
public static readonly string grow = "tshock.world.grow";
[Description("User can grow evil biome plants.")]
public static readonly string growevil = "tshock.world.growevil";
[Description("User can change hardmode state.")]
public static readonly string hardmode = "tshock.world.hardmode";