diff --git a/index.html b/index.html
index 769c217..0a0c89d 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
Incremental City Builder
+ Bourgade
diff --git a/src/village.ts b/src/village.ts
index 95b7c63..6cdb983 100644
--- a/src/village.ts
+++ b/src/village.ts
@@ -115,7 +115,7 @@ function getInitialState() {
}
const newBuilding = createBuilding(type);
newBuilding.tile = new Hex(x, y);
- newBuilding.level = 10;
+ newBuilding.level = 10; // DEBUG
state.outsideTiles[y][x] = newBuilding.id;
state.buildings.push(newBuilding);
});