Skip to content

Commit 1528972

Browse files
committed
v7.03
1 parent 948091f commit 1528972

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

1.5/Assemblies/RimBees.dll

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-512 Bytes
Binary file not shown.

1.5/Source/RimBees/RimBees/Harmony/Plant_PlantCollected.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static class Plant_PlantCollected_Patch
2323
[HarmonyPrefix]
2424
public static void RegrowIfBeehouseNearby(ref Plant __instance)
2525
{
26-
if (__instance.def.plant.HarvestDestroys && __instance.def.plant.Sowable && !__instance.def.plant.IsTree)
26+
if (__instance.def.plant.HarvestDestroys && __instance.def.plant.Sowable && !__instance.def.plant.IsTree && !__instance.Blighted)
2727
{
2828
HashSet<Thing> beehouses = __instance.Map.GetComponent<Beehouses_MapComponent>().beehouses_InMap;
2929
bool doOnce = false;
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)