room stats

This commit is contained in:
Max Bradbury 2020-11-08 20:07:42 +00:00
parent afc626bae0
commit 3b851975d0
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ async function run() {
}); });
function addRoom() { function addRoom() {
console.log(add_room()); el("added").innerText = add_room();
textareaGameDataOutput.value = output(); textareaGameDataOutput.value = output();
} }