removespecial now removes pearlstone bricks
This commit is contained in:
parent
accdb03d19
commit
da87682719
1 changed files with 3 additions and 0 deletions
|
|
@ -1516,6 +1516,9 @@ namespace TShockAPI
|
||||||
case 116:
|
case 116:
|
||||||
Main.tile[x, y].type = 169;
|
Main.tile[x, y].type = 169;
|
||||||
break;
|
break;
|
||||||
|
case 118:
|
||||||
|
Main.tile[x, y].type = 38;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue