mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
00931cbb35
commit
cf56852909
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;
|
player->kartstuff[k_instashield] = 15;
|
||||||
if (cv_kartdebughuddrop.value)
|
//if (cv_kartdebughuddrop.value)
|
||||||
K_DropItems(player);
|
K_DropItems(player);
|
||||||
else
|
/*else
|
||||||
K_DropHnextList(player);
|
K_DropHnextList(player);*/
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue