added mannequins to orientable tiles
This commit is contained in:
parent
e868cc52e9
commit
d1852464ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue