Imported from archive.
[mudpy.git] / menu
diff --git a/menu b/menu
index 2d4b3aa..3c67466 100644 (file)
--- a/menu
+++ b/menu
@@ -30,13 +30,13 @@ prompt = $(red)Closing your previous connection...$(nrm)$(eol)
 [menu:choose_name]
 prompt = Choose a name for $(tpop):
 description = Your new avatar needs a name. This will be the name with which $(tpsp) grew up, and will initially be the name by which $(tpsp) is known in the world of Example. There are ways for your new avatar to make a name for $(tpop)self over time, so $(tpsp) won't be stuck going by such an unremarkable name forever.
-create_1 = muffmisc.random_name()
-create_3 = muffmisc.random_name()
-create_2 = muffmisc.random_name()
-create_5 = muffmisc.random_name()
-create_4 = muffmisc.random_name()
-create_7 = muffmisc.random_name()
-create_6 = muffmisc.random_name()
+create_1 = random_name()
+create_3 = random_name()
+create_2 = random_name()
+create_5 = random_name()
+create_4 = random_name()
+create_7 = random_name()
+create_6 = random_name()
 branch = active
 action = user.avatar.set("name", user.menu_choices[choice])