Teleport handler now handles wormhole potions.

Added a permission to use wormhole potions
This commit is contained in:
White 2015-07-16 15:36:32 +09:30
parent e044dfaf52
commit 9d55122da8
2 changed files with 38 additions and 17 deletions

View file

@ -252,6 +252,9 @@ namespace TShockAPI
[Description("User can use the Rod of Discor.")]
public static readonly string rod = "tshock.tp.rod";
[Description("User can use wormhole potions.")]
public static readonly string wormhole = "tshock.tp.wormhole";
// tshock.world nodes
[Description("User can change expert state.")]