mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Changed how Tags and Attribues cache and track which objects they use, as suggested in #529.
This commit is contained in:
parent
169d0a78f8
commit
680e603c4d
3 changed files with 28 additions and 30 deletions
|
|
@ -141,6 +141,7 @@ class CmdClimb(Command):
|
|||
obj = self.caller.search(self.args.strip())
|
||||
if not obj:
|
||||
return
|
||||
print "obj", "self.obj", obj, self
|
||||
if obj != self.obj:
|
||||
self.caller.msg("Try as you might, you cannot climb that.")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue