Skip to content

Commit

Permalink
Update full_tech_tree_processing.py
Browse files Browse the repository at this point in the history
Added fix for Villager in tech tree.
  • Loading branch information
michael-byrd authored Oct 22, 2023
1 parent 5c7bab8 commit 5c19325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions full_tech_tree_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def create_localised_name_lookup(category_key):
localised_unit_building_name_lookup["Blacksmith"] = "103"
localised_unit_building_name_lookup["Monastery"] = "104"
localised_unit_building_name_lookup["Condottiero"] = "882"
localised_unit_building_name_lookup["Villager"] = "83"


# This list comes from this java script file.
Expand Down

0 comments on commit 5c19325

Please sign in to comment.