From 223cf647ec2f19b66ac55c1c1ab72089aaa06fc2 Mon Sep 17 00:00:00 2001 From: BattleJenkins Date: Sat, 4 Feb 2017 13:56:06 -0800 Subject: [PATCH] Fixed typo in wilderness.py Changed instance 'coordinats' to 'coordinates' in pyramid example map code --- evennia/contrib/wilderness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/wilderness.py b/evennia/contrib/wilderness.py index c50aa8e890..1cb4052601 100644 --- a/evennia/contrib/wilderness.py +++ b/evennia/contrib/wilderness.py @@ -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.