Systems::distribute_loot should account for multiple things dying in the same spot #73
Closed
opened 1 month ago by zedshaw
·
1 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. 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.