Merge branch 'general-devel' into emojipacketevent
This commit is contained in:
commit
3cc8a75b9b
17 changed files with 532 additions and 177 deletions
|
|
@ -267,6 +267,9 @@ namespace TShockAPI
|
|||
|
||||
[Description("User can use wormhole potions.")]
|
||||
public static readonly string wormhole = "tshock.tp.wormhole";
|
||||
|
||||
[Description("User can use pylons to teleport")]
|
||||
public static readonly string pylon = "tshock.tp.pylon";
|
||||
#endregion
|
||||
|
||||
#region tshock.world nodes
|
||||
|
|
@ -409,6 +412,9 @@ namespace TShockAPI
|
|||
|
||||
[Description("User can use Creative UI to set the NPC spawn rate of the world.")]
|
||||
public static readonly string journey_setspawnrate = "tshock.journey.setspawnrate";
|
||||
|
||||
[Description("User can contribute research by sacrificing items")]
|
||||
public static readonly string journey_contributeresearch = "tshock.journey.research";
|
||||
#endregion
|
||||
|
||||
#region Non-grouped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue