Changed how Tags and Attribues cache and track which objects they use, as suggested in #529.

This commit is contained in:
Griatch 2014-07-05 20:32:08 +02:00
parent 169d0a78f8
commit 680e603c4d
3 changed files with 28 additions and 30 deletions

View file

@ -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