mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Super Ring is a speed item
This commit is contained in:
parent
4b81be037a
commit
f674778097
1 changed files with 1 additions and 0 deletions
|
|
@ -1059,6 +1059,7 @@ ATTRUNUSED static boolean K_IsItemSpeed(kartitems_t item)
|
||||||
case KRITEM_TRIPLESNEAKER:
|
case KRITEM_TRIPLESNEAKER:
|
||||||
case KITEM_FLAMESHIELD:
|
case KITEM_FLAMESHIELD:
|
||||||
case KITEM_SHRINK:
|
case KITEM_SHRINK:
|
||||||
|
case KITEM_SUPERRING
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue