mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Eggbox stuff
- Bots can roll & use eggboxes now - Bots can be "tricked" by eggboxes and treat them like normal items, depending on their difficulty and how many normal items are around them. - If exploding and in 1st place, they'll slow down to try and find someone to explode next to. - Item usage is difficulty dependent, and thus far more aggressive for the rivals
This commit is contained in:
parent
b9e24d921c
commit
664a9528ed
2 changed files with 734 additions and 433 deletions
1166
src/k_bot.c
1166
src/k_bot.c
File diff suppressed because it is too large
Load diff
|
|
@ -950,6 +950,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
|
|||
case KITEM_ROCKETSNEAKER:
|
||||
case KITEM_INVINCIBILITY:
|
||||
case KITEM_BANANA:
|
||||
case KITEM_EGGMAN:
|
||||
case KITEM_ORBINAUT:
|
||||
case KITEM_JAWZ:
|
||||
case KITEM_MINE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue