Add permission for Moondial and unrecognized SFX
This commit is contained in:
parent
5d585bb891
commit
ad36e7eeb6
2 changed files with 46 additions and 3 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue