Tweak look dialog

This commit is contained in:
Hri7566 2024-03-05 17:38:57 -05:00
parent e77e43850e
commit 8c8d304e15
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@ export const look = new Command(
); );
} }
return `There's ${objList.join(", ")}, about.`; return `There's ${
objList.join(", ") + ", about." || "not much around."
}`;
} }
); );