forked from MagicBane/Server
ToL gets an additional NPC slot
This commit is contained in:
@@ -335,13 +335,16 @@ public class Blueprint {
|
|||||||
availableSlots = 3;
|
availableSlots = 3;
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
availableSlots = 1;
|
availableSlots = 3;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
availableSlots = 0;
|
availableSlots = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(this.buildingGroup.equals(BuildingGroup.TOL)){
|
||||||
|
availableSlots += 1;
|
||||||
|
}
|
||||||
return availableSlots;
|
return availableSlots;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user