Small bugfixes for stoutford.

This commit is contained in:
Zukero
2016-07-22 13:57:08 +02:00
parent 4433e0de07
commit 425e697d9f
2 changed files with 3 additions and 2 deletions

View File

@@ -503,7 +503,7 @@
},
{
"requireType":"questProgress",
"value":71,
"value":70,
"requireID":"farrik"
}
]
@@ -929,7 +929,7 @@
},
{
"nextPhraseID":"glasforn_rumblings60_1",
"text":"I'm all hears."
"text":"I'm all ears."
}
],
"rewards":[

View File

@@ -56,6 +56,7 @@ public final class PredefinedMap {
this.initiallyActiveMapObjectGroups = initiallyActiveMapObjectGroups;
this.activeMapObjectGroups = new LinkedList<String>();
this.activeMapObjectGroups.addAll(this.initiallyActiveMapObjectGroups);
activateMapObjects();
assert(size.width > 0);
assert(size.height > 0);
this.isOutdoors = isOutdoors;