Fixed the knocker script again

This commit is contained in:
Howard Abrams 2025-05-13 22:18:16 -07:00
parent bd378c4d8b
commit 0dd66a4c12

View file

@ -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):