Skip to content
Snippets Groups Projects
Commit c4fa738d authored by ThibautDemare's avatar ThibautDemare
Browse files

For now, we don't make any difference between the two ports in term of costs

parent 102108b7
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ species Provider parent: RestockingBuilding { ...@@ -18,7 +18,7 @@ species Provider parent: RestockingBuilding {
cost <- 200; cost <- 200;
} }
else { else {
cost <- 400; cost <- 200;//400
} }
maxProcessOrdersCapacity <- 100; maxProcessOrdersCapacity <- 100;
if(use_gs){ if(use_gs){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment