| 1 | 
                    
                        
            The 
            change 
            in 
            code 
            changes 
            the 
            script 
            for 
            the 
            nest 
            so 
            that 
            it 
            thinks 
            it 
            is 
            a 
            factory,
             
            rather 
            than 
            a 
            roost,
             
            making 
            it 
            possable 
            to 
            build 
            chickens 
            manualy 
            if 
            you 
            use 
            "/give 
            nest".
             
            right 
            now,
             
            you 
            can 
            tell 
            the 
            nest 
            to 
            build 
            chickens,
             
            but 
            it 
            thinks 
            it 
            is 
            a 
            roost,
             
            and 
            does 
            nothing.
             
            i 
            cross-referenced 
            the 
            source 
            code 
            for 
            a 
            factory 
            and 
            "roostfac" 
            with 
            the 
            standard 
            "roost",
             
            and 
            the 
            nest's 
            code 
            is 
            copied 
            from 
            the 
            roost,
             
            used 
            by 
            the 
            chicken 
            ai,
             
            rather 
            than 
            the 
            factories 
            players 
            and 
            CAIs 
            can 
            build 
            units 
            in.
             
            I 
            might 
            be 
            wrong,
             
            though.
                     | 
                    1 | 
                    
                        
            it 
            is 
            a 
            change 
            for 
            nest.
            lua.
             
            The 
            change 
            in 
            code 
            changes 
            the 
            script 
            for 
            the 
            nest 
            so 
            that 
            it 
            thinks 
            it 
            is 
            a 
            factory,
             
            rather 
            than 
            a 
            roost,
             
            making 
            it 
            possable 
            to 
            build 
            chickens 
            manualy 
            if 
            you 
            use 
            "/give 
            nest".
             
            right 
            now,
             
            you 
            can 
            tell 
            the 
            nest 
            to 
            build 
            chickens,
             
            but 
            it 
            thinks 
            it 
            is 
            a 
            roost,
             
            and 
            does 
            nothing.
             
            i 
            cross-referenced 
            the 
            source 
            code 
            for 
            a 
            factory 
            and 
            "roostfac" 
            with 
            the 
            standard 
            "roost",
             
            and 
            the 
            nest's 
            code 
            is 
            copied 
            from 
            the 
            roost,
             
            used 
            by 
            the 
            chicken 
            ai,
             
            rather 
            than 
            the 
            factories 
            players 
            and 
            CAIs 
            can 
            build 
            units 
            in.
             
            I 
            might 
            be 
            wrong,
             
            though.
                     |