*patrick mouth gif*

This commit is contained in:
yamamama 2025-12-12 21:17:29 -05:00
parent a77355889b
commit 67a0d061da

View file

@ -381,7 +381,8 @@ void K_AwardPlayerItem(player_t *player, kartitemtype_e type, UINT8 amount, kart
player->itemamount = amount;
K_AddItemRollToList((INT32)(player - players), type, amount);
if (cv_itemlist.value)
K_AddItemRollToList((INT32)(player - players), type, amount);
}
static void K_AwardPlayerResult(player_t *player, kartresult_t *result, kartitemblink_e blink)