diff --git a/README.md b/README.md
index 6ffa184..e9c3771 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ This patch requires that a certain build of BepInEx be used from their GitHub, a
**When submitting issues**, please submit your BepInEx log file with all log levels enabled. You can do this by setting `Logging.Disk.LogLevels` in `BepInEx.cfg` to `All`.
### Patch IDs
+Currently a work-in-progress and is not implemented
* `removeInkLimit`: 'Remove' the limit of resources that can be used in a single room
### Compiling
@@ -20,4 +21,5 @@ Run BepInEx interop on your build and add the following assemblies to new folder
* `BepInEx/interop/Il2Cppmscorlib.dll`
* `BepInEx/interop/Il2CppSystem.dll`
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/UnityEngine.CoreModule.dll`
-* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/Assembly-CSharp.dll`
\ No newline at end of file
+* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/Assembly-CSharp.dll`
+* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/RecRoom.Datastructures.Runtime`
\ No newline at end of file
diff --git a/undead-universal-patch-il2cpp.csproj b/undead-universal-patch-il2cpp.csproj
index 79cdad6..5c421c4 100644
--- a/undead-universal-patch-il2cpp.csproj
+++ b/undead-universal-patch-il2cpp.csproj
@@ -25,14 +25,12 @@
AssemblyReferences\Il2Cppmscorlib.dll
- true
AssemblyReferences\Il2CppSystem.dll
- true
- G:\rr\2019-11-20 (7177272088743827206)\cpp2il_out\RecRoom.Datastructures.Runtime.dll
+ AssemblyReference\RecRoom.Datastructures.Runtime.dll
AssemblyReferences\UnityEngine.CoreModule.dll