Need a SpatialMap::get_all that returns all things at that spot because can't pickup potion after skull #81
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?
If there's a potion or other loot on the ground, and an enemy dies there, then you can't pick up the potion. Or, if an enemy is in front of you and you drop a potion at their feet then it stops all combat. This is because the SpatialMap::get() returns just one entity, the first one, so the others never get accessed unless each on e is removed.