Implement halloween check, like xmas

Update binary
Add new "invasion" to GetDataHandlers.cs
This commit is contained in:
Zack Piispanen 2013-10-25 08:20:43 -04:00
parent 0ade98dfab
commit 83a813e4f5
4 changed files with 20 additions and 0 deletions

View file

@ -3204,6 +3204,7 @@ namespace TShockAPI
case -1:
case -2:
case -3:
case -4:
invasion = true;
break;
case 4:
@ -3242,6 +3243,9 @@ namespace TShockAPI
string boss;
switch (Type)
{
case -4:
boss = "a pumpkin invasion";
break;
case -3:
boss = "the pirates";
break;