Add more paint tools and womannequins
This commit is contained in:
parent
d413b24b22
commit
c259d4827e
2 changed files with 26 additions and 6 deletions
|
|
@ -369,6 +369,15 @@ namespace TShockAPI
|
|||
}
|
||||
}
|
||||
|
||||
public IEnumerable<Item> Accessories
|
||||
{
|
||||
get
|
||||
{
|
||||
for (int i = 3; i < 8; i++)
|
||||
yield return TPlayer.armor[i];
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Saves the player's inventory to SSI
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue