dsd
This commit is contained in:
@@ -96,7 +96,7 @@ def check_prototype_attrs(prototype: Prototype, with_parent_check: bool = 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 and not isinstance(prototype.parent, list):
|
||||
elif with_parent_check and prototype.parent:
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user