Not sure how I'm going to make them interact with each other yet.
Since things that are Culled effectively don't exist, there's no way for the code that checks for nearby Goblins to find one.
I do have the list of Goblins though, but running through that every time could be slow.
So I think I might just have it pick a random entry, check if it's close enough then do it, if not try a few more random entries, and then give up and try later.
This will reduce the likelihood of it occurring, but since they only do it currently for appearance sake it's probably no big deal.
0 comments