From 9d18ab3ce028792d265ac9de19608890b49b0752 Mon Sep 17 00:00:00 2001 From: Darkvengance aka Sildaekar Date: Wed, 1 Feb 2012 15:14:04 -0600 Subject: [PATCH] pearlstone brick now changed to grey brick --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 0667a7d6..9f28db34 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1516,7 +1516,7 @@ namespace TShockAPI case 116: Main.tile[x, y].type = 169; break; - case 118: + case 113: Main.tile[x, y].type = 38; break; default: