Add random thing component

This commit is contained in:
2023-02-23 20:51:32 +01:00
parent 9cc9e82cdb
commit 815a5efc4b
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; }