Fixes dart traps and beds (theres going to need loads more of these for other items with styles)
This commit is contained in:
parent
8175b21929
commit
616ba0b25a
1 changed files with 1 additions and 1 deletions
|
|
@ -1884,7 +1884,7 @@ namespace TShockAPI
|
|||
(editData == 13 && style > 4) || (editData == 15 && style > 17) || (editData == 21 && style > 22) ||
|
||||
(editData == 82 && style > 5) || (editData == 91 && style > 21) || (editData == 105 && style > 49) ||
|
||||
(editData == 135 && style > 6) || (editData == 139 && style > 27) || (editData == 144 && style > 2) ||
|
||||
(editData == 149 && style > 2)))
|
||||
(editData == 149 && style > 2) || (editData == 147 && style > 4) || (editData == 79 && style > 8)))
|
||||
{
|
||||
args.Player.SendTileSquare(tileX, tileY);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue