From 32ea0075e6bd631164225a28e6bdbb640dbd15c3 Mon Sep 17 00:00:00 2001 From: Rachel Blackman Date: Sun, 8 Apr 2018 13:30:01 -0700 Subject: [PATCH] 0.8 has switches defined in the command, need to make the change from the 0.7 changeset this originated from. --- evennia/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/building.py b/evennia/commands/default/building.py index a111e2c878..dee9cd737e 100644 --- a/evennia/commands/default/building.py +++ b/evennia/commands/default/building.py @@ -2286,7 +2286,7 @@ class CmdFind(COMMAND_DEFAULT_CLASS): key = "@find" aliases = "@search, @locate" - switch_options = ("room", "exit", "char", "exact", "loc") + switch_options = ("room", "exit", "char", "exact", "loc", "contains") locks = "cmd:perm(find) or perm(Builder)" help_category = "Building"