This commit is contained in:
Deserty0
2025-05-17 18:47:56 +10:00
parent fb1735cb9e
commit 6e278d40f7

View File

@@ -93,9 +93,6 @@ def check_prototype_attrs(prototype: Prototype, with_parent_check: bool = True)
return True
elif prototype.suffix:
return True
# TODO: check this out
# In some cases a parent can be a list (because of multiple parents),
# the game will not be able to handle such cases in ftl files.
elif with_parent_check and prototype.parent:
return True