Update GetDataHandlers.cs
Attempt to correct Celestial Sigil not functioning #1065 (https://github.com/NyxStudios/TShock/issues/1065). It seems to work well.
This commit is contained in:
parent
7e59d4c07d
commit
91a1887479
1 changed files with 4 additions and 0 deletions
|
|
@ -3560,6 +3560,7 @@ namespace TShockAPI
|
||||||
case -5:
|
case -5:
|
||||||
case -6:
|
case -6:
|
||||||
case -7:
|
case -7:
|
||||||
|
case -8:
|
||||||
invasion = true;
|
invasion = true;
|
||||||
break;
|
break;
|
||||||
case 4:
|
case 4:
|
||||||
|
|
@ -3607,6 +3608,9 @@ namespace TShockAPI
|
||||||
string boss;
|
string boss;
|
||||||
switch (Type)
|
switch (Type)
|
||||||
{
|
{
|
||||||
|
case -8:
|
||||||
|
boss = "a Moon Lord";
|
||||||
|
break;
|
||||||
case -7:
|
case -7:
|
||||||
boss = "a Martian invasion";
|
boss = "a Martian invasion";
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue