mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
TODO: use Typeclass for exits also.
This commit is contained in:
parent
5b00b0ced2
commit
0e91c21488
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ class MapNode:
|
|||
continue
|
||||
|
||||
exitnode = self.links[direction]
|
||||
# TODO: Use specified Typeclass
|
||||
exi, err = ExitTypeclass.create(
|
||||
key,
|
||||
xyz=xyz,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue