Overhaul data management to get rid of __control__
[mudpy.git] / share / archetype.yaml
index d956a74..b627080 100644 (file)
@@ -2,12 +2,11 @@
 # to use, copy, modify, and distribute this software is granted under
 # terms provided in the LICENSE file distributed with this software.
 
-__control__:
-    read_only: yes
+_lock: true
 
 archetype:actor:
     is_actor: yes
 
 archetype:avatar:
     default_location: area:0,0,0
-    inherit: archetype:actor
+    inherit: [ "archetype:actor" ]