Removed demonite ore from the "removespecial" and "convertcorruption" commands.
This commit is contained in:
parent
5a6b59cbad
commit
accdb03d19
1 changed files with 0 additions and 2 deletions
|
|
@ -1432,7 +1432,6 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
switch (Main.tile[x, y].type)
|
switch (Main.tile[x, y].type)
|
||||||
{
|
{
|
||||||
case 22:
|
|
||||||
case 25:
|
case 25:
|
||||||
Main.tile[x, y].type = 117;
|
Main.tile[x, y].type = 117;
|
||||||
break;
|
break;
|
||||||
|
|
@ -1498,7 +1497,6 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
switch (Main.tile[x, y].type)
|
switch (Main.tile[x, y].type)
|
||||||
{
|
{
|
||||||
case 22:
|
|
||||||
case 117:
|
case 117:
|
||||||
case 25:
|
case 25:
|
||||||
Main.tile[x, y].type = 1;
|
Main.tile[x, y].type = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue