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
|
|
@ -1195,6 +1195,18 @@ namespace TShockAPI
|
|||
Main.bloodMoon = bloodMoon;
|
||||
SetTime(false, 0);
|
||||
}
|
||||
|
||||
public void SetSnowMoon(bool snowMoon)
|
||||
{
|
||||
Main.snowMoon = snowMoon;
|
||||
SetTime(false, 0);
|
||||
}
|
||||
|
||||
public void SetPumpkinMoon(bool pumpkinMoon)
|
||||
{
|
||||
Main.pumpkinMoon = pumpkinMoon;
|
||||
SetTime(false, 0);
|
||||
}
|
||||
|
||||
public void SetEclipse(bool Eclipse)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue