diff --git a/typeclasses/scripts.py b/typeclasses/scripts.py index 6fc30dd..c56d787 100644 --- a/typeclasses/scripts.py +++ b/typeclasses/scripts.py @@ -116,10 +116,6 @@ class KnockScript(Script): if room: room.msg_contents("Someone is knocking on the door...") - god = knocker.search("#1", quiet=True, global_search=True) - if god: - god.msg(f"With your seer stone, you see the knocker is {knocker.key}.") - gnome = knocker.search("Dabbler", quiet=True, global_search=True) if isinstance(gnome, list):