ironarachne / world

This is a fantasy world generation CLI and set of Go packages for the same.
MIT License
48 stars 9 forks source link

Swapped animal struct with species #19

Closed shade34321 closed 4 years ago

shade34321 commented 4 years ago

Removed unnecessary fields including

as indicated in issue #12

I haven't finished testing this but I had some questions and figured this would a good spot to ask them.

BenOvermyer commented 4 years ago

@shade34321 How goes it? Another thing I noticed is that this refers to animal.Species, but it should be referring to species.Species.

BenOvermyer commented 4 years ago

This issue is blocking some major refactoring work. Unfortunately, I'm going to have to close this PR and fast-track the work.

shade34321 commented 4 years ago

Sorry it was taking so long. I don't get much chance during the week to work on it and last weekend I was out of town.