removespecial now removes pearlstone bricks

This commit is contained in:
Darkvengance aka Sildaekar 2012-02-01 14:55:41 -06:00
parent accdb03d19
commit 99fb24c82a

View file

@ -1516,6 +1516,9 @@ namespace TShockAPI
case 116:
Main.tile[x, y].type = 169;
break;
case 113:
Main.tile[x, y].type = 38;
break;
default:
continue;
}