- Add a line of sight check

- Add Package dir to gitignore
- Limit distance
This commit is contained in:
DrakiaXYZ
2024-04-21 22:43:06 -07:00
parent e66681c90a
commit 6ddde5ec4e
3 changed files with 36 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ namespace DrakiaXYZ.LootRadius.Helpers
"Loot Radius",
2f,
new ConfigDescription(
"The distance to include loot from. Note that increasing this may result in pulling loot through walls/floors",
null,
"The distance to include loot from",
new AcceptableValueRange<float>(0f, 10f),
new ConfigurationManagerAttributes { })));
RecalcOrder();