diff --git a/LeaveGuild.dfmod.json b/LeaveGuild.dfmod.json index 8289177..62f1345 100644 --- a/LeaveGuild.dfmod.json +++ b/LeaveGuild.dfmod.json @@ -1,6 +1,6 @@ { "ModTitle": "Leave Guild", - "ModVersion": "1.0.4", + "ModVersion": "1.0.5", "ModAuthor": "Berzeger", "DFUnity_Version": "1.0.0", "ModDescription": "A simple mod that lets you leave guilds. Simply talk to a guild member and you'll find the new option there.", @@ -12,5 +12,12 @@ "Assets/Game/Mods/LeaveGuild/Scripts/LeaveGuildSaveData.cs", "Assets/Game/Mods/LeaveGuild/modsettings.json", "Assets/Game/Mods/LeaveGuild/Textures/BLANKMENU_4.png" + ], + "Dependencies": [ + { + "Name": "quest offer locations", + "IsOptional": true, + "IsPeer": false + } ] } \ No newline at end of file