Add extra accessory slots to TSPlayer.Accessories
This commit is contained in:
parent
7122e5fb9a
commit
f513ec24ad
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,7 @@ namespace TShockAPI
|
|||
{
|
||||
get
|
||||
{
|
||||
for (int i = 3; i < 8; i++)
|
||||
for (int i = 3; i < 10; i++)
|
||||
yield return TPlayer.armor[i];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue