Add case for new invasion, and commands for the invasion/moons added recently

This commit is contained in:
Zack Piispanen 2013-12-19 20:00:00 -05:00
parent 34e1a70872
commit 2dc99c2d8c
4 changed files with 77 additions and 1 deletions

View file

@ -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";