Improve MongoIds (#537)
* Mongoid improvements pt1 * Format Style Fixes * Fix incorrect string * Fix != comparison --------- Co-authored-by: sp-tarkov-bot <singleplayertarkov@gmail.com>
This commit is contained in:
@@ -204,7 +204,7 @@ public class BotEquipmentModGenerator(
|
||||
{
|
||||
modTpl = exhaustableModPool.GetRandomValue();
|
||||
if (
|
||||
!modTpl.Value.IsEmpty()
|
||||
!modTpl.Value.IsEmpty
|
||||
&& !botGeneratorHelper
|
||||
.IsItemIncompatibleWithCurrentItems(equipment, modTpl.Value, modSlotName)
|
||||
.Incompatible.GetValueOrDefault(false)
|
||||
|
||||
Reference in New Issue
Block a user