master #3

Open
cacahuetes wants to merge 653 commits from liza/Questionable:master into cacahuetes-ShB-Healer
2 changed files with 4 additions and 2 deletions
Showing only changes of commit b2b86f6997 - Show all commits

View File

@ -4,7 +4,8 @@
"Steps": [ "Steps": [
{ {
"TerritoryId": 961, "TerritoryId": 961,
"InteractionType": "None" "InteractionType": "None",
"AetheryteShortcut": "Elpis - Poieten Oikos"
} }
], ],
"Groups": [ "Groups": [
@ -161,4 +162,4 @@
] ]
} }
] ]
} }

View File

@ -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";
} }
} }