diff --git a/Rimworld-Animations.csproj b/Rimworld-Animations.csproj
index 0c44c92..f56b6d4 100644
--- a/Rimworld-Animations.csproj
+++ b/Rimworld-Animations.csproj
@@ -36,10 +36,6 @@
..\..\..\..\workshop\content\294100\2009463077\v1.1\Assemblies\0Harmony.dll
False
-
- ..\..\..\..\workshop\content\294100\839005762\1.1\Assemblies\AlienRace.dll
- False
-
False
..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll
diff --git a/Source/Patches/HarmonyPatch_AlienRace.cs b/Source/Patches/HarmonyPatch_AlienRace.cs
index d81da60..aeb7602 100644
--- a/Source/Patches/HarmonyPatch_AlienRace.cs
+++ b/Source/Patches/HarmonyPatch_AlienRace.cs
@@ -1,4 +1,5 @@
-using HarmonyLib;
+/*
+using HarmonyLib;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -138,4 +139,4 @@ namespace Rimworld_Animations {
return false;
}
}
-}
\ No newline at end of file
+}*/
\ No newline at end of file