Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions copying.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ _the openage authors_ are:
| Md Ashhar | ashhar | mdashhar01 à gmail dawt com |
| Fábio Barkoski | fabiobarkoski | fabiobarkoskii à gmail dawt com |
| Astitva Kamble | askastitva | astitvakamble5 à gmail dawt com |
| Haoyang Bi | AyiStar | ayistar à outlook dawt com |

If you're a first-time committer, add yourself to the above list. This is not
just for legal reasons, but also to keep an overview of all those nicknames.
Expand Down
2 changes: 2 additions & 0 deletions openage/convert/entity_object/conversion/aoc/genie_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ def is_unique(self) -> bool:
else:
# AoE1
return False
else:
raise ValueError(f"Unknown group type for {repr(self)}")

enabling_research_id = head_unit_connection["enabling_research"].value

Expand Down