From 3396a7ad0d1475a55f7778dc304e45359cf81903 Mon Sep 17 00:00:00 2001 From: BigJMoney Date: Tue, 10 Mar 2026 13:53:35 -0400 Subject: [PATCH] Fix typo `$dbef` and extra whitespace in CmdSetAttribute. --- evennia/commands/default/building.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index 041661ec87..cb9d1e7202 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -1755,14 +1755,14 @@ class CmdSetAttribute(ObjManipCommand): the attribute (if any). The last one (with the star) is a shortcut for operating on a player Account rather than an Object. - If you want to be an object, use $dbef(#dbref) or + If you want to be an object, use $dbref(#dbref) or $search(key) to assign it. You need control or edit access to the object you are adding. The most common data to save with this command are strings and numbers. You can however also set Python primitives such as lists, dictionaries and tuples on objects (this might be important for - the functionality of certain custom objects). This is indicated + the functionality of certain custom objects). This is indicated by you starting your value with one of |c'|n, |c"|n, |c(|n, |c[|n or |c{ |n.