- Resolve foot level loot check
- Add new patch to disallow dragging quest items into your inventory. Can be collected with Ctrl+Click - Update version
This commit is contained in:
@@ -4,7 +4,7 @@ using DrakiaXYZ.LootRadius.Patches;
|
||||
|
||||
namespace DrakiaXYZ.LootRadius
|
||||
{
|
||||
[BepInPlugin("xyz.drakia.lootradius", "DrakiaXYZ-LootRadius", "1.0.0")]
|
||||
[BepInPlugin("xyz.drakia.lootradius", "DrakiaXYZ-LootRadius", "1.0.1")]
|
||||
[BepInDependency("com.spt-aki.core", "3.8.0")]
|
||||
public class LootRadiusPlugin : BaseUnityPlugin
|
||||
{
|
||||
@@ -17,6 +17,7 @@ namespace DrakiaXYZ.LootRadius
|
||||
new GameStartedPatch().Enable();
|
||||
new LootPanelOpenPatch().Enable();
|
||||
new LootPanelClosePatch().Enable();
|
||||
new QuestItemDragPatch().Enable();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user