Some minor refactoring

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

View file

@ -94,7 +94,6 @@ overload. This means that a character entering would see the NPC perform its ac
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: