Some minor refactoring

This commit is contained in:
Griatch 2022-11-13 20:59:03 +01:00
parent 5eeef792a7
commit 71d05208ac

View file

@ -93,8 +93,7 @@ overload. This means that a character entering would see the NPC perform its ac
Default is to look around after a move Default is to look around after a move
Note: This has been moved to Room.at_object_receive Note: This has been moved to Room.at_object_receive
""" """
#self.execute_cmd('look') # self.execute_cmd('look')
pass
``` ```
Now let's create an NPC and make it aggressive. Type the following commands into your MUD client: Now let's create an NPC and make it aggressive. Type the following commands into your MUD client: