From d1852464ae18ebd2b66865147ad8746135193beb Mon Sep 17 00:00:00 2001 From: k0rd Date: Sat, 5 Oct 2013 01:56:33 -0400 Subject: [PATCH] added mannequins to orientable tiles --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 85be41f8..532f73dc 100755 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -1608,7 +1608,7 @@ namespace TShockAPI /// /// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc). /// - private static byte[] orientableTiles = new byte[] { 15, 79, 90, 137, 209 }; + private static byte[] orientableTiles = new byte[] { 15, 79, 90, 128, 137, 209 }; private static bool HandleSendTileSquare(GetDataHandlerArgs args) {