Systems::distribute_loot should account for multiple things dying in the same spot #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now it will replace previous tombstones with new ones, but it should see if there's one already and then fill that.
Actually this is handled with the new spatialmap using a multimap. Now each dead body just piles up in the same spot.