Fixed the knocker script again
This commit is contained in:
parent
bd378c4d8b
commit
0dd66a4c12
1 changed files with 0 additions and 4 deletions
|
|
@ -116,10 +116,6 @@ class KnockScript(Script):
|
||||||
if room:
|
if room:
|
||||||
room.msg_contents("Someone is knocking on the door...")
|
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,
|
gnome = knocker.search("Dabbler", quiet=True,
|
||||||
global_search=True)
|
global_search=True)
|
||||||
if isinstance(gnome, list):
|
if isinstance(gnome, list):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue