Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdoehne committed Nov 30, 2023
1 parent 35920df commit 3dbe18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellarisdashboard/game_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def load_name_mapping(self):
value = re_match.group("value")
if key.startswith("adj_NN"):
key = key.removeprefix("adj_NN")
value = value.split("|")[0] # ignore gender :shrug:
value = value.split("|")[0]
key = key.lstrip("*")
self.adjective_templates[key] = value
else:
Expand Down

0 comments on commit 3dbe18c

Please sign in to comment.