Skip to content

Commit

Permalink
Fix androids slaves cannot use their internal battery
Browse files Browse the repository at this point in the history
  • Loading branch information
aRandomKiwi committed Aug 7, 2021
1 parent bc2266b commit 209c198
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified 1.3/Assemblies/AndroidTiers.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Androids For RW1.3/Harmony/Pawn_Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static void Listener(Pawn __instance, ref IEnumerable<Gizmo> __result)
}

//Si prisonnier et possede une VX2 on va obtenir les GIZMOS associés OU virusé
if ((__instance.IsPrisoner || __instance.IsSlave) || (Pawn_GetGizmosPrevCSM != null && Pawn_GetGizmosPrevCSM.Hacked == 1))
if ((__instance.IsPrisoner) || (Pawn_GetGizmosPrevCSM != null && Pawn_GetGizmosPrevCSM.Hacked == 1))
{
IEnumerable<Gizmo> tmp;
//Si posseseur d'une VX2
Expand Down
Binary file modified Source/Androids For RW1.3/obj/Debug/AndroidTiers.dll
Binary file not shown.

0 comments on commit 209c198

Please sign in to comment.