Browse Source

testing description

Nusha 6 years ago
parent
commit
710e91220f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      world/rooms/phandalin/road01.js

+ 1 - 1
world/rooms/phandalin/road01.js

@@ -2,7 +2,7 @@ module.exports = class PhandalinRoad1 {
 	constructor() {
 	constructor() {
 		this.id = this.constructor.name;
 		this.id = this.constructor.name;
 		this.name = "Phandalin Road";
 		this.name = "Phandalin Road";
-		this.description = "A well worn dirt road leading to the town green to the north. The bustle of the town square is heard to the northeast.";
+		this.description = "A well worn dirt road leading to the town green to the north. The bustle of the town square is heard to the northeast. nusha";
 		this.filename = "phandalin/road01.js";
 		this.filename = "phandalin/road01.js";
 		this.type = "room";
 		this.type = "room";
 		this.items = [];
 		this.items = [];