jpw1991 / chebs-necromancy

Cheb's Necromancy adds Necromancy to Valheim via craftable wands and structures. Minions will follow you, guard your base, and perform menial tasks.
The Unlicense
10 stars 4 forks source link

added generic method to UndeadMinion to search for nearest objects #119

Closed CW-Jesse closed 1 year ago

CW-Jesse commented 1 year ago

NeckroGathererMinion's LookForNearbyItems uses that new generic method

CW-Jesse commented 1 year ago

Note: I don't actually know what default(System.Func<T, bool>) does. Might be null when it should probably be true.

CW-Jesse commented 1 year ago

exception when no items to pick up