Minor gathering tweaks

pull/41/head
Liza 2024-09-09 23:54:15 +02:00
parent 3f3627320e
commit b2b86f6997
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 4 additions and 2 deletions

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