festivecasual / sigma-mud

Experimental MUD server in Python
0 stars 0 forks source link

Hide/waits not functioning. #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter game
2. Enter 'hide'

What is the expected output? What do you see instead?
Expected to go into hide command. Instead, unhandled exception due to being 
unable to find wait constructor. Is wait in the latest code base?

Original issue reported on code.google.com by meagains...@gmail.com on 18 Sep 2010 at 4:34

GoogleCodeExporter commented 9 years ago
Definitions of duration and wait were overlooked in the chopping of world.py.  
Not sure where they would best go in the new format, but probably not in 
entities.py.  I think I was going to put them in world.py, command.py, or maybe 
handler.py.  The indecision caused them to be overlooked.  Looks like all the 
other code is in place, just missing the classes.

I can make the change if you'd like.  Class names should be capitalized in the 
new conventions now, but otherwise should be no refactor implications, I think.

Original comment by bmcca...@gmail.com on 18 Sep 2010 at 4:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r143.

Original comment by bmcca...@gmail.com on 18 Sep 2010 at 7:45