This commit is contained in:
Deserty0
2025-05-17 18:43:18 +10:00
parent 1906b60521
commit 3ff54ac067

View File

@@ -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