diff --git a/1.4/Assemblies/LewdBiotech.dll b/1.4/Assemblies/LewdBiotech.dll
index f8b7ad2..84d11a8 100644
Binary files a/1.4/Assemblies/LewdBiotech.dll and b/1.4/Assemblies/LewdBiotech.dll differ
diff --git a/1.4/Defs/RecipeDefs/Bioscaffold.xml b/1.4/Defs/RecipeDefs/Bioscaffold.xml
index aef67a4..624f0cb 100644
--- a/1.4/Defs/RecipeDefs/Bioscaffold.xml
+++ b/1.4/Defs/RecipeDefs/Bioscaffold.xml
@@ -25,9 +25,9 @@
Bioscaffold
-
+
Bioscaffold
\ No newline at end of file
diff --git a/Source/LewdBiotech.cs b/Source/LewdBiotech.cs
index cbd0b2f..eb6b9ff 100644
--- a/Source/LewdBiotech.cs
+++ b/Source/LewdBiotech.cs
@@ -224,6 +224,10 @@ namespace LewdBiotech
if (laborStateIsNull)
{
+ if (__instance.pawn.health.hediffSet.HasHediff(HediffDef.Named("Bioscaffold")))
+ {
+ __instance.pawn.health.RemoveHediff(__instance.pawn.health.hediffSet.GetFirstHediffOfDef(LewdBiotech.HediffDefOf.Bioscaffold));
+ }
return;
}
@@ -231,6 +235,7 @@ namespace LewdBiotech
{
laborStateMap.Remove(__instance.pawn.ThingID);
if (__instance.pawn.health.hediffSet.HasHediff(HediffDef.Named("Bioscaffold"))) {
+
__instance.pawn.health.RemoveHediff(__instance.pawn.health.hediffSet.GetFirstHediffOfDef(LewdBiotech.HediffDefOf.Bioscaffold));
}
return;
diff --git a/Source/LewdBiotech.csproj b/Source/LewdBiotech.csproj
index 9a0475b..796797e 100644
--- a/Source/LewdBiotech.csproj
+++ b/Source/LewdBiotech.csproj
@@ -71,7 +71,7 @@
copy "$(SolutionDir)Source\obj\Release\$(SolutionName).dll" "$(SolutionDir)1.4\Assemblies"
-$(SolutionDir)..\..\RimWorldWin64.exe
+"$(SolutionDir)..\..\RimWorldWin64.exe"
\ No newline at end of file