* Return workshop space not used by a Production * @return workshop space not used by a Production */
| 780 | * @return workshop space not used by a Production |
| 781 | */ |
| 782 | int Base::getFreeWorkshops () const |
| 783 | { |
| 784 | return getAvailableWorkshops() - getUsedWorkshops(); |
| 785 | } |
| 786 | |
| 787 | /** |
| 788 | * Return psilab space not in use |
no outgoing calls
no test coverage detected