Skip to content

Commit

Permalink
Change med amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 16, 2024
1 parent 5bd10db commit 4099dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/Coop/Players/ObservedCoopPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ public void SpawnHandsController(EHandsControllerType controllerType, string ite
CreateFirearmController(itemId, isStationary, true);
break;
case EHandsControllerType.Meds:
CreateMedsController(itemId, EBodyPart.Head, 1f, 1);
CreateMedsController(itemId, EBodyPart.Head, 0f, 1);
break;
case EHandsControllerType.Grenade:
CreateGrenadeController(itemId);
Expand Down

0 comments on commit 4099dc2

Please sign in to comment.