X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=share%2Fmenu.yaml;h=dc434f81d8e57ece87b9fb81360c5c3cb0e4ce29;hb=c4d84e9f258cd88dd3bcc6359a74c8e5bae4335e;hp=62cf29b4d82af7615b7313af636bbbc480ada03c;hpb=d1d3971ddbed3c8282b4df2bcd9dc5f27b1bb6d9;p=mudpy.git diff --git a/share/menu.yaml b/share/menu.yaml index 62cf29b..dc434f8 100644 --- a/share/menu.yaml +++ b/share/menu.yaml @@ -70,7 +70,7 @@ menu:delete_account: prompt: Are you certain you wish to permanently delete your account? menu:delete_avatar: - action: user.delete_avatar(user.account.getlist("avatars")[int(choice)-1]) + action: user.delete_avatar(user.account.get("avatars")[int(choice)-1]) action_a: pass branch: main_utility branch_a: main_utility @@ -111,9 +111,9 @@ menu:main_utility: choice_d: delete an unwanted avatar choice_l: leave katarsis for now choice_p: permanently remove your account - demand_a: user.account.getlist("avatars") - demand_c: len(user.account.getlist("avatars")) < universe.categories["internal"]["limits"].getint("max_avatars") - demand_d: user.account.getlist("avatars") + demand_a: user.account.get("avatars") + demand_c: len(user.account.get("avatars")) < universe.categories["internal"]["limits"].get("max_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 of Katarsis. You can also leave or permanently delete your account. prompt: What would you like to do?