This commit is contained in:
c0ffee 2024-05-04 21:49:01 -07:00
parent 337b1d93f0
commit 2ca8578a9d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ namespace Rimworld_Animations
[HarmonyPatch(typeof(PawnRenderer), "GetBodyPos")]
public class HarmonyPatch_PawnRenderer2
{
//patch so that pawns appear at the same altitude layer, at layer Pawn
public static void Postfix(PawnRenderer __instance, ref Vector3 __result)
{