Fixed typo in wilderness.py

Changed instance 'coordinats' to 'coordinates' in pyramid example map code
This commit is contained in:
BattleJenkins 2017-02-04 13:56:06 -08:00 committed by Griatch
parent b2d5fc02b2
commit 223cf647ec

View file

@ -85,7 +85,7 @@ Customisation example:
else:
return "Inside a pyramid."
def at_prepare_room(self, coordinats, caller, room):
def at_prepare_room(self, coordinates, caller, room):
"Any other changes done to the room before showing it"
x, y = coordinates
desc = "This is a room in the pyramid.