1,297
edits
No edit summary |
|||
Line 17: | Line 17: | ||
= Every minute = | = Every minute = | ||
* If | * If colony has set its property to expand the nests capacity expands. | ||
* If | * If colony has set its property to breed the nests size expands but no more than the capacity. | ||
* If | * If colony has set its property to get food the food is added (if there is food available) but no more than the capacity. | ||
* If the number of ants is bigger than the capacity limit, the number of ant is slowly decreased | * If the number of ants in the colony is bigger than the nest capacity limit, the number of ant is slowly decreased | ||
* The ants eat and food is decreased by the number of ants | * The ants in the colony eat and food is decreased by the number of ants | ||
* If there is no food the number of ants is decreased | * If there is no food in the nest the number of ants in the colony is decreased | ||
* Sometimes cave in-s and other accidents occur | * Sometimes cave in-s and other accidents occur (decreasing capacity and killing ants) |