1<?php
2
3/**
4 * This overrides some values for the animals without having to configure it
5 *
6 * This file is added to the protected cascade for animals only.
7 * You should not edit it!
8 */
9
10$plugins['extension'] = 0;
11$plugins['upgrade'] = 0;
12$plugins['testing'] = 0;
13$plugins['farmer'] = 1;
14$plugins['farmsync'] = 0;
15