Update extended_room.py

This commit is contained in:
Antrare 2023-01-07 21:01:37 +11:00 committed by GitHub
parent 34db5bfd32
commit 298784cbab

View file

@ -361,7 +361,7 @@ class CmdExtendedRoomLook(default_cmds.CmdLook):
if detail:
# we found a detail
# tell all the objects in the room we're looking closely at something
caller.location.msg_contents("$You() $conj(look) closely at $obj(target).\n", from_obj=caller, mapping={"target": args})
caller.location.msg_contents(f"$You() $conj(look) closely at {args}.\n", from_obj=caller)
# show the detail to the player
caller.msg(detail)
return