Tweak look dialog
This commit is contained in:
parent
e77e43850e
commit
8c8d304e15
|
@ -25,6 +25,8 @@ export const look = new Command(
|
|||
);
|
||||
}
|
||||
|
||||
return `There's ${objList.join(", ")}, about.`;
|
||||
return `There's ${
|
||||
objList.join(", ") + ", about." || "not much around."
|
||||
}`;
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue