From a01493bfa05ddbd6989877dd2cafb6a146a948de Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 19 Mar 2015 19:03:35 +0100 Subject: [PATCH] Expanded doc-string for the tutorialworld's Obelisk object. Resolves --- evennia/contrib/tutorial_world/objects.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evennia/contrib/tutorial_world/objects.py b/evennia/contrib/tutorial_world/objects.py index 0ab6ea2466..159c4366aa 100644 --- a/evennia/contrib/tutorial_world/objects.py +++ b/evennia/contrib/tutorial_world/objects.py @@ -212,6 +212,8 @@ class Obelisk(TutorialObject): Important Attribute: puzzle_descs (list): list of descriptions. One of these is + picked randomly when this object is looked at and its index + in the list is used as a key for to solve the puzzle. """