Skip to content
Open
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
4 changes: 2 additions & 2 deletions Source/Androids For RW1.2/Utils/CPatchs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ public static void PrisonLabor_GetChangePointsPostfix(ref bool __result, Pawn __



public static void SaveOurShip2_hasSpaceSuit(Pawn thePawn, ref bool __result)
public static void SaveOurShip2_hasSpaceSuit(Pawn pawn, ref bool __result)
{
if (thePawn.IsAndroidTier())
if (pawn.IsAndroidTier())
{
__result = true;
}
Expand Down