X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=share%2Fmenu.yaml;h=9735aecfa26bd58eac10ca4ed129ae29f35ecfdf;hp=94865c144887dc89019b22d4f659ae3466bd7f43;hb=f2e017445df6026bcde0000b2490caee4ae1e7e3;hpb=6d943450185309189d25ebdffaa43ab7351d83b2 diff --git a/share/menu.yaml b/share/menu.yaml index 94865c1..9735aec 100644 --- a/share/menu.yaml +++ b/share/menu.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2004-2015 Jeremy Stanley . Permission +# Copyright (c) 2004-2016 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. @@ -112,7 +112,7 @@ menu:main_utility: choice_l: leave for now choice_p: permanently remove your account demand_a: user.account.get("avatars") - demand_c: len(user.account.get("avatars")) < universe.categories["internal"]["limits"].get("max_avatars") + demand_c: len(user.account.get("avatars")) < universe.contents["mudpy.limit"].get("avatars") demand_d: user.account.get("avatars") description: $(red)$(inc:banner.txt)$(nrm)$(eol)$(eol)From here you can awaken, create and delete avatars. An avatar is your persona in the World. You can also leave or permanently delete your account. prompt: What would you like to do?