Minor gathering tweaks
This commit is contained in:
parent
3f3627320e
commit
b2b86f6997
@ -4,7 +4,8 @@
|
|||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"TerritoryId": 961,
|
"TerritoryId": 961,
|
||||||
"InteractionType": "None"
|
"InteractionType": "None",
|
||||||
|
"AetheryteShortcut": "Elpis - Poieten Oikos"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Groups": [
|
"Groups": [
|
||||||
|
@ -155,5 +155,6 @@ internal static class GatheringRequiredItems
|
|||||||
{
|
{
|
||||||
public bool Start() => true;
|
public bool Start() => true;
|
||||||
public ETaskResult Update() => ETaskResult.TaskComplete;
|
public ETaskResult Update() => ETaskResult.TaskComplete;
|
||||||
|
public override string ToString() => "Gather/SkipMarker";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user