Add case for new invasion, and commands for the invasion/moons added recently
This commit is contained in:
parent
34e1a70872
commit
2dc99c2d8c
4 changed files with 77 additions and 1 deletions
|
|
@ -227,6 +227,12 @@ namespace TShockAPI
|
|||
[Description("User can force a blood moon.")]
|
||||
public static readonly string bloodmoon = "tshock.world.time.bloodmoon";
|
||||
|
||||
[Description("User can force a pumpkin moon.")]
|
||||
public static readonly string pumpkinmoon = "tshock.world.time.pumpkinmoon";
|
||||
|
||||
[Description("User can force a snow moon.")]
|
||||
public static readonly string snowmoon = "tshock.world.time.snowmoon";
|
||||
|
||||
[Description("User can set the time.")]
|
||||
public static readonly string time = "tshock.world.time.set";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue