Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 24 Nov 2005 00:06:25 +0000 (00:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 24 Nov 2005 00:06:25 +0000 (00:06 +0000)
commit77533bfd4a72fc8f037cfe19819f08aba9dc6d3f
tree1b32bfe5a1fcabe0baac0803fe172ff8b5ee73a0
parentd7eec051850f0a83c191c8552703c310ae2c9959
Imported from archive.

* mudpy.py (Element.can_run, User.can_run): Moved this method from
the User class to the Element class, allowing for future
flexibility.
(Element.new_event, Universe.get_time): Began adding framework for
event elements and queues.
(command_create, command_delete, command_destroy, command_error)
(command_halt, command_help, command_look, command_move)
(command_quit, command_reload, command_say, command_set)
(command_show): Adjusted commands and messaging to be relative to an
actor element instead of a user object.
command
katarsis/pride_square/prop
mudpy.py