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

#187 Fix Treasure Pylon Content Shuffling #193

Closed WalterWillis closed 1 year ago

WalterWillis commented 1 year ago

Treasure pylon will no longer shuffle items.

We are now using a condition that checks whether the current container has more items than the other container before attempting to transfer items.

This could be useful for automation scenarios where necros can fill a staging container that will then sort into an existing set of containers.

jpw1991 commented 1 year ago

Sounds good, let's see