Unify code paths for buying coffee and throwing parties

This commit is contained in:
Staszek Welsh
2022-06-01 23:26:32 +01:00
parent 1ba5902e1e
commit ffaa38d086
5 changed files with 95 additions and 73 deletions

View File

@@ -7222,6 +7222,8 @@ interface Office {
minHap: number;
/** Maximum happiness of the employees */
maxHap: number;
/** Minimum morale of the employees */
minMor: number;
/** Maximum morale of the employees */
maxMor: number;
/** Name of all the employees */