[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 321c448c39
commit 7785d101e8

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