Add permission for Moondial and unrecognized SFX

This commit is contained in:
Arthri 2024-04-09 03:43:27 +00:00
parent 5d585bb891
commit ad36e7eeb6
2 changed files with 46 additions and 3 deletions

View file

@ -331,6 +331,9 @@ namespace TShockAPI
[Description("Player can use the Enchanted Sundial item.")]
public static readonly string usesundial = "tshock.world.time.usesundial";
[Description("Player can use the Enchanted Moondial item.")]
public static readonly string usemoondial = "tshock.world.time.usemoondial";
[Description("User can grow plants.")]
public static readonly string grow = "tshock.world.grow";