oops
This commit is contained in:
@@ -84,7 +84,7 @@ class Entity:
|
||||
|
||||
def check_prototype_attrs(prototype: Entity, without_parent_check: bool = False) -> bool:
|
||||
"""
|
||||
Checks if the prototype has all of the attributes: name, desc, suff, parent
|
||||
Checks if the prototype has any of the attributes: name, desc, suff, parent
|
||||
"""
|
||||
if prototype.name:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user