0.8 has switches defined in the command, need to make the change from the 0.7 changeset this originated from.

This commit is contained in:
Rachel Blackman 2018-04-08 13:30:01 -07:00 committed by Griatch
parent 04db9292ce
commit 32ea0075e6

View file

@ -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"