Implement world map and monument unlocking #1
@@ -69,6 +69,7 @@ public class Facility : MonoBehaviour
|
|||||||
|
|
||||||
if (gameManager.GetResourceCount(inputResource) < materialConsumption) return; //Not enough material
|
if (gameManager.GetResourceCount(inputResource) < materialConsumption) return; //Not enough material
|
||||||
|
|
||||||
|
currentProductionBatch = 1;
|
||||||
gameManager.RemoveResource(inputResource, materialConsumption);
|
gameManager.RemoveResource(inputResource, materialConsumption);
|
||||||
currentProcess = processingTime;
|
currentProcess = processingTime;
|
||||||
processing = true;
|
processing = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user