Split permission to hurt NPCs

This commit is contained in:
MarioE 2014-06-24 16:01:24 -04:00
parent 10634c4621
commit bcebc2efc5
2 changed files with 5 additions and 2 deletions

View file

@ -170,6 +170,9 @@ namespace TShockAPI
[Description("User can start an invasion.")]
public static readonly string invade = "tshock.npc.invade";
[Description("User can hurt town NPCs.")]
public static readonly string hurttownnpc = "tshock.npc.hurttown";
[Description("User can spawn bosses.")]
public static readonly string spawnboss = "tshock.npc.spawnboss";