fix: show eliza dishes

This commit is contained in:
2023-12-24 23:26:51 +08:00
parent 2888464a13
commit 9601cbb666
2 changed files with 11 additions and 11 deletions

View File

@@ -159,11 +159,11 @@ document.addEventListener("DOMContentLoaded", function() {
showElement("#dialogueBox img");
// Show all dishes
showElement('#champagne img');
showElement('#cheese img');
showElement('#crepe img');
showElement('#foie-gras img');
showElement('#onion-soup img');
showElement('#fish_chips img');
showElement('#english_breakfast img');
showElement('#pudding img');
showElement('#spaghetti_bolognes img');
showElement('#cream_tea img');
// Show a random customer
showElement(customers[RandomCustomerIndex][0]);