Correct avatar inheritance
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 26 Dec 2014 10:00:06 +0000 (10:00 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 26 Dec 2014 10:00:06 +0000 (10:00 +0000)
The inherit facet should be a list, so correct an instance where it
was inadvertently left as a string literal instead.

share/archetype.yaml

index d956a74..e1f87e6 100644 (file)
@@ -10,4 +10,4 @@ archetype:actor:
 
 archetype:avatar:
     default_location: area:0,0,0
-    inherit: archetype:actor
+    inherit: [ "archetype:actor" ]