Update extended_room.py
This commit is contained in:
parent
21548c4ff4
commit
3df26543e5
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ class CmdExtendedRoomLook(default_cmds.CmdLook):
|
||||||
if detail:
|
if detail:
|
||||||
# we found a detail
|
# we found a detail
|
||||||
# tell all the objects in the room we're looking closely at something
|
# 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
|
# show the detail to the player
|
||||||
caller.msg(detail)
|
caller.msg(detail)
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue