mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Small bugfixes for stoutford.
This commit is contained in:
@@ -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":[
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user