added mannequins to orientable tiles

This commit is contained in:
k0rd 2013-10-05 01:56:33 -04:00
parent e868cc52e9
commit d1852464ae

View file

@ -1608,7 +1608,7 @@ namespace TShockAPI
/// <summary>
/// Tiles that can be oriented (e.g., beds, chairs, bathtubs, etc).
/// </summary>
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)
{