diff --git a/constants.js b/constants.js index 27b2b31..cb3b65b 100644 --- a/constants.js +++ b/constants.js @@ -25,6 +25,11 @@ const buildings = { "name": "House", "cost": 1e5, "prod": 100 + }, + "universe": { + "name": "Universe", + "cost": 1e15, + "prod": 1e14 } } diff --git a/gorge.html b/gorge.html index be52121..35107fd 100644 --- a/gorge.html +++ b/gorge.html @@ -21,23 +21,13 @@