Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutkolkman committed Oct 29, 2023
1 parent 8682ebf commit 7c22992
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MouseDrag/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public Options()
killReleasesMask = config.Bind(nameof(killReleasesMask), defaultValue: true, new ConfigurableInfo("Killing elite scavengers or vultures with this tool will release their masks.", null, "", "Kill releases mask"));

copyID = config.Bind(nameof(copyID), defaultValue: true, new ConfigurableInfo("Creates an exact copy of the previous object when duplicating.", null, "", "Copy ID duplicate"));
exitGameOverMode = config.Bind(nameof(exitGameOverMode), defaultValue: true, new ConfigurableInfo("Try to exit game over mode when reviving player. Might be incompatible with some other mods.\nOnly works in story-mode.", null, "", "Exit game over mode"));
exitGameOverMode = config.Bind(nameof(exitGameOverMode), defaultValue: true, new ConfigurableInfo("Try to exit game over mode when reviving player. Might be incompatible with some other mods.", null, "", "Exit game over mode"));
exceptSlugNPC = config.Bind(nameof(exceptSlugNPC), defaultValue: true, new ConfigurableInfo("If checked, do not pause/destroy/kill slugpups when pausing/destroying/killing all creatures.", null, "", "Except SlugNPC"));
tameIncreasesRep = config.Bind(nameof(tameIncreasesRep), defaultValue: false, new ConfigurableInfo("Taming creatures using this tool also increases global reputation.", null, "", "Taming global +rep"));
}
Expand Down
2 changes: 1 addition & 1 deletion MouseDrag/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace MouseDrag
{
//also edit version in "modinfo.json"
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.2.8")] //(GUID, mod name, mod version)
[BepInPlugin("maxi-mol.mousedrag", "Mouse Drag", "0.2.9")] //(GUID, mod name, mod version)
public class Plugin : BaseUnityPlugin
{
public static new ManualLogSource Logger { get; private set; } = null;
Expand Down
2 changes: 1 addition & 1 deletion MouseDrag/bin/mousedrag/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "maxi-mol.mousedrag",
"name": "Mouse Drag",
"version": "0.2.8",
"version": "0.2.9",
"authors": "Maxi Mol",
"description": "Tool which allows dragging/pausing/destroying creatures and objects\noutside sandbox-mode using your mouse.",
"requirements": [],
Expand Down
Binary file modified MouseDrag/bin/mousedrag/plugins/MouseDrag.dll
Binary file not shown.

0 comments on commit 7c22992

Please sign in to comment.