Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Assemblies/Werewolf.dll
Binary file not shown.
Binary file modified Source/.vs/Werewolf/v15/.suo
Binary file not shown.
2 changes: 2 additions & 0 deletions Source/CompWerewolf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@ private void ResolveTransformedHediffs(Pawn p, WerewolfForm currentWerewolfForm,
bodyPartRecords.Add(jaw, currentWerewolfForm.def.jawHediff);
if (recs.FirstOrDefault(PartCanBeWerewolfClaw) is BodyPartRecord leftHand)
bodyPartRecords.Add(leftHand, currentWerewolfForm.def.clawHediff);
if (recs.FirstOrDefault(PartCanBeWerewolfClaw) is BodyPartRecord rightHand)
bodyPartRecords.Add(rightHand, currentWerewolfForm.def.clawHediff);

if ((bodyPartRecords?.Count() ?? 0) > 0)
{
Expand Down
10 changes: 5 additions & 5 deletions Source/Werewolf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
<HintPath>..\..\JecsTools\Assemblies\0Harmony.dll</HintPath>
</Reference>
<Reference Include="0JecsTools">
<HintPath>..\..\JecsTools\Assemblies\0JecsTools.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\workshop\content\294100\932008009\Assemblies\0JecsTools.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="AbilityUser">
<HintPath>..\..\JecsTools\Assemblies\AbilityUser.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\workshop\content\294100\932008009\Assemblies\AbilityUser.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -53,11 +53,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Vampire">
<HintPath>..\..\Rim-of-Madness---Vampires\Assemblies\Vampire.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\workshop\content\294100\1187010034\Assemblies\Vampire.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
Binary file modified Source/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
5 changes: 5 additions & 0 deletions Source/obj/Debug/Werewolf.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Rim-of-Madn
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Rim-of-Madness---Werewolves\Source\obj\Debug\Werewolf.csprojAssemblyReference.cache
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Rim-of-Madness---Werewolves\Source\obj\Debug\Werewolf.csproj.CoreCompileInputs.cache
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\ModsWorkspace\Rim-of-Madness---Werewolves\Source\obj\Debug\Werewolf.csproj.CopyComplete
C:\Users\dalto\Documents\GitHub\Rim-of-Madness---Werewolves\Assemblies\Werewolf.dll
C:\Users\dalto\Documents\GitHub\Rim-of-Madness---Werewolves\Source\obj\Debug\Werewolf.csprojAssemblyReference.cache
C:\Users\dalto\Documents\GitHub\Rim-of-Madness---Werewolves\Source\obj\Debug\Werewolf.csproj.CoreCompileInputs.cache
C:\Users\dalto\Documents\GitHub\Rim-of-Madness---Werewolves\Source\obj\Debug\Werewolf.csproj.CopyComplete
C:\Users\dalto\Documents\GitHub\Rim-of-Madness---Werewolves\Source\obj\Debug\Werewolf.dll
Binary file modified Source/obj/Debug/Werewolf.dll
Binary file not shown.