Teleport handler now handles wormhole potions.
Added a permission to use wormhole potions
This commit is contained in:
parent
e044dfaf52
commit
9d55122da8
2 changed files with 38 additions and 17 deletions
|
|
@ -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.")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue