mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed typo in wilderness.py
Changed instance 'coordinats' to 'coordinates' in pyramid example map code
This commit is contained in:
parent
b2d5fc02b2
commit
223cf647ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue