new admin command .giveBirth resets the create_date on creatures to match when art is complete and creature is "born". Also assigns creatures to the lair of the user who requested the breeding.
Currently this loops database_methods.update_creature(), I would like to figure out a way to batch this in the future.
new admin command .giveBirth resets the create_date on creatures to match when art is complete and creature is "born". Also assigns creatures to the lair of the user who requested the breeding.
Currently this loops database_methods.update_creature(), I would like to figure out a way to batch this in the future.