Fix remaining map contrib issues
This commit is contained in:
parent
25781b27d7
commit
a3995f5b67
8 changed files with 165 additions and 59 deletions
|
|
@ -154,7 +154,8 @@ from evennia.prototypes.prototypes import (
|
|||
|
||||
|
||||
_CREATE_OBJECT_KWARGS = ("key", "location", "home", "destination")
|
||||
_PROTOTYPE_META_NAMES = ("prototype_key", "prototype_desc", "prototype_tags", "prototype_locks")
|
||||
_PROTOTYPE_META_NAMES = ("prototype_key", "prototype_desc", "prototype_tags",
|
||||
"prototype_locks", "prototype_parent")
|
||||
_PROTOTYPE_ROOT_NAMES = (
|
||||
"typeclass",
|
||||
"key",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue