[Path] Make RampDressup accept other dressups as its base operation

This commit is contained in:
David Kaufman
2023-08-11 21:58:59 -04:00
parent 7c7ea461b0
commit 29f80b723a

View File

@@ -203,7 +203,7 @@ class ObjectDressup:
if not obj.Base.Path:
return
if not obj.Base.Active:
if hasattr(obj.Base, 'Active') and not obj.Base.Active:
path = Path.Path("(inactive operation)")
obj.Path = path
return