Advertisement
Kovitikus

Fix Missing Name in Room

Sep 17th, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. 19-09-17 14:31:56-04 [::] Traceback (most recent call last):
  2. 19-09-17 14:31:56-04 [::] File "d:\muddev\evennia\evennia\objects\objects.py", line 798, in move_to
  3. 19-09-17 14:31:56-04 [::] self.announce_move_to(source_location, **kwargs)
  4. 19-09-17 14:31:56-04 [::] File "d:\muddev\hecate\typeclasses\characters.py", line 138, in announce_move_to
  5. 19-09-17 14:31:56-04 [::] others_str = f"{self.name} walks in from {origin.name}, from the {origin_exit.name}."
  6. 19-09-17 14:31:56-04 [::] AttributeError: 'str' object has no attribute 'name'
  7.  
  8. [MudInfo] [MudInfo, 2019-09-17(18:31)]: Wick connected
  9. You arrive at Wick's Home(#278). You see Portal Room(#279) to the north(#280).
  10. Teleported to Wick's Home.
  11. You see Wick's Home(#278). This small workshop has all the basic amenities required for creating
  12. a fresh body.
  13. You see Portal Room to the north(#280).
  14. You walk away to Portal Room, to the north.
  15. You arrive at Portal Room(#279). You see Wick's Home(#278) to the south(#281), and Common Room(#242)
  16. to the north(#282).
  17. ------------------------------------------------------------------------------
  18. Name/key: north (#282)
  19. Aliases: n
  20. Typeclass: Exit (typeclasses.exits.Exit)
  21. Location: Portal Room (#279)
  22. Home: Portal Room (#279)
  23. Destination: Common Room (#242)
  24. Permissions: <None>
  25. Locks: call:true(); control:perm(Developer); delete:perm(Admin); drop:holds();
  26. edit:perm(Admin); examine:perm(Builder); get:false(); puppet:false();
  27. tell:perm(Admin); traverse:all(); view:all()
  28. Stored Cmdset(s):
  29. evennia.commands.cmdset.CmdSet [ExitCmdSet] (Union, prio 101)
  30. Merged Cmdset(s):
  31. evennia.commands.cmdset.CmdSet [ExitCmdSet] (Union, prio 101)
  32. Commands available to north (result of Merged CmdSets):
  33. north, south
  34. ------------------------------------------------------------------------------
  35. You walk away to Common Room, to the north.
  36. Couldn't perform move ('announce_move_to()'). Contact an admin. ('str' object has no attribute
  37. 'name')
  38. You cannot go there.
  39. You see Common Room(#242).
  40. Wick(#283) is here.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement