Created Container parent class. Introduced soem fancy bugs.

This commit is contained in:
2021-05-02 14:44:59 -07:00
parent fbf841b551
commit 8d854945e1
6 changed files with 43 additions and 31 deletions

View File

@ -34,7 +34,7 @@ async function main() {
break;
case "inventory":
await player.inventory();
await player.look();
break;
default: