Increase Tree of Life rank 8 hireling slots and improve slot debugging

This commit is contained in:
Rob
2026-07-20 23:15:21 +01:00
parent edd2441cda
commit dc083c1fa6
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ public class Blueprint {
availableSlots = 3;
break;
case 8:
availableSlots = 1;
availableSlots = Math.min(3, this.maxSlots);
break;
default:
availableSlots = 0;