Some bugfixes and cleanup.
This commit is contained in:
parent
502ebff1a2
commit
b091cde574
4 changed files with 20 additions and 16 deletions
|
|
@ -459,8 +459,7 @@ class CmdPuppet(MuxCommand):
|
|||
if player.swap_character(new_character):
|
||||
new_character.msg("You now control %s." % new_character.name)
|
||||
else:
|
||||
caller.msg("You couldn't control %s." % new_character.name)
|
||||
|
||||
caller.msg("You cannot control %s." % new_character.name)
|
||||
|
||||
class CmdWall(MuxCommand):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue