Skip to content

Commit

Permalink
Fixed medikit not received
Browse files Browse the repository at this point in the history
  • Loading branch information
Daivuk committed Apr 30, 2023
1 parent e59adb5 commit 9927f5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doom/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ void on_ap_give_item(int doom_type, int ep, int map)

// Junk
case 2012: // Medikit
if (!P_GiveBody(player, 25))
return;
break;
case 2048: // Box of bullets
if (!P_GiveAmmo(player, am_clip, 5, false))
Expand Down

0 comments on commit 9927f5a

Please sign in to comment.