Add random thing component

This commit is contained in:
2023-02-23 20:51:32 +01:00
parent 7f94d5407e
commit 237a207ee4
7 changed files with 84 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const EASTER_EGGS = ["cookie", "future"];
const EASTER_EGGS = ["cookie", "future", "change-something"];
export function addFoundEasterEgg(name:string):void {
if (!EASTER_EGGS.includes(name)) { return; }