Add extra accessory slots to TSPlayer.Accessories

This commit is contained in:
Chris 2020-11-13 17:44:54 +10:30
parent 7122e5fb9a
commit f513ec24ad

View file

@ -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];
}
}