Balance artifacts are limited to 12 paperdoll slots.

Contributed by nasseka.
This commit is contained in:
MobiusDevelopment
2021-08-15 11:50:26 +00:00
parent 378adfa3a8
commit 67dc9f5113
12 changed files with 12 additions and 12 deletions

View File

@@ -2372,7 +2372,7 @@ public abstract class Inventory extends ItemContainer
{
for (int i = PAPERDOLL_ARTIFACT1; i < (PAPERDOLL_ARTIFACT1 + (4 * slotNumber)); i++)
{
if ((i <= PAPERDOLL_ARTIFACT21) && (_paperdoll[i] == null))
if ((i <= PAPERDOLL_ARTIFACT12) && (_paperdoll[i] == null))
{
setPaperdollItem(i, item);
return;