Some cleanup. Fixed all examples to match the changes in the states and help systems, also
ran them through pylint to pretty them up. /Griatch
This commit is contained in:
parent
8074617285
commit
84aeabb272
11 changed files with 323 additions and 211 deletions
|
|
@ -87,7 +87,6 @@ class StateTable(object):
|
|||
special conditions or clean-up operations before allowing a player
|
||||
to exit (e.g. combat states and text editors), in which case this
|
||||
feature should be turned off and handled by custom exit commands.
|
||||
help_command
|
||||
"""
|
||||
|
||||
state_name = state_name.strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue