diff --git a/scripts/crittermoth.pex b/scripts/crittermoth.pex index 501c4a64..c490465c 100644 Binary files a/scripts/crittermoth.pex and b/scripts/crittermoth.pex differ diff --git a/source/scripts/crittermoth.psc b/source/scripts/crittermoth.psc index 572f9b0f..fcdd3414 100644 --- a/source/scripts/crittermoth.psc +++ b/source/scripts/crittermoth.psc @@ -326,7 +326,7 @@ ObjectReference Function PickPlant(float x, float y, float z, float searchDistan endif endif - if ! bSKSE || (!newPlant.IsHarvested() || IgnoreHarvestedPlants.Find(plantForm) == -1) + if ! bSKSE || !newPlant.IsHarvested() || IgnoreHarvestedPlants == None || IgnoreHarvestedPlants.Find(plantForm) == -1 return newPlant; [USKP 2.0.1b] endif endif