diff --git a/evennia/contrib/grid/extended_room/extended_room.py b/evennia/contrib/grid/extended_room/extended_room.py index 41438a6db3..2c9fa39bf2 100644 --- a/evennia/contrib/grid/extended_room/extended_room.py +++ b/evennia/contrib/grid/extended_room/extended_room.py @@ -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 the $obj(target).\n", from_obj=caller, mapping={"target": args}) + caller.location.msg_contents("$You() $conj(look) closely at $obj(target).\n", from_obj=caller, mapping={"target": args}) # show the detail to the player caller.msg(detail) return