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