You request to DM, but I don't recall Itch has this feature? I'll post the error here for now:
Map:
# # # # # # # # # # # ~ # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # P# # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # ~ # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # ~ # # ~ # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # # # # # # #
Day 159 | Age: 20
1. Move
2. Claim Land
3. View Stats
4. Explore Area
5. Visit Settlement
6. Wait
7. Craft Item
8. Use Item
9. Hunt
10. Fish
11. Quit
Choose: 2
Traceback (most recent call last):
File "/home/rev/Games/Apoc/Apoc.py", line 476, in <module>
main()
~~~~^^
File "/home/rev/Games/Apoc/Apoc.py", line 434, in main
game_map.claim_land(player)
^^^^^^^^^^^^^^^^^^^
AttributeError: 'GameMap' object has no attribute 'claim_land'. Did you mean: 'claimed_lands'?