Feature #232 ยป 0033-AI-Increase-overall-space-part-want-by-50.patch
ai/default/daieffects.c | ||
---|---|---|
* target on wonder city. We want space part want reduced even more than
|
||
* regular buildings, as buildings are at least helping the specific city
|
||
* when finished. */
|
||
space_want = 80;
|
||
space_want = 120;
|
||
} else {
|
||
space_want = 140;
|
||
space_want = 210;
|
||
}
|
||
if (pplayer->spaceship.state == SSHIP_STARTED) {
|