mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-24 11:52:11 +00:00
Make bomb attacks HUD drop. (Karma may be changed later, but Oni said let's try all together first...)
This commit is contained in:
parent
f887ae6628
commit
9eeefde0f4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue