spaceninjaserver / SpaceNinjaServer

A simple server for a small space ninja game
GNU General Public License v3.0
59 stars 37 forks source link

Kahl's Garrison is missing in the drifter camp #376

Closed FSKiller closed 1 week ago

FSKiller commented 2 weeks ago

I presume this one will be fixed with the quests PR

image

Sainan commented 2 weeks ago

Ah yes, the mythical quests PR.

Kahl's Garrison keeps expanding as you rank up the syndicate, so if you want the whole shebang, you'd need this in your inventory's "Affiliations" array:

{
    "Title": 5,
    "Standing": 5,
    "Tag": "KahlSyndicate"
}
FSKiller commented 2 weeks ago

399 Fixed the Syndicates.

Can confirm that now he shows up with:

{
    "Title": 5,
    "Standing": 5,
    "Tag": "KahlSyndicate"
}

image