Make bomb attacks HUD drop. (Karma may be changed later, but Oni said let's try all together first...)

This commit is contained in:
toaster 2018-09-08 23:45:51 +01:00
parent f887ae6628
commit 9eeefde0f4

View file

@ -1886,10 +1886,10 @@ void K_ExplodePlayer(player_t *player, mobj_t *source) // A bit of a hack, we ju
}
player->kartstuff[k_instashield] = 15;
if (cv_kartdebughuddrop.value)
//if (cv_kartdebughuddrop.value)
K_DropItems(player);
else
K_DropHnextList(player);
/*else
K_DropHnextList(player);*/
return;
}