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