diff --git a/wadsrc/static/zscript/actors/inventory/inventory.zs b/wadsrc/static/zscript/actors/inventory/inventory.zs index e8b984d02..98db7e9aa 100644 --- a/wadsrc/static/zscript/actors/inventory/inventory.zs +++ b/wadsrc/static/zscript/actors/inventory/inventory.zs @@ -790,7 +790,7 @@ class Inventory : Actor if (player != NULL) { PlayPickupSound (player.mo); - if (!bNoScreenFlash) + if (!bNoScreenFlash && player.playerstate != PST_DEAD) { player.bonuscount = BONUSADD; }