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