mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-21 17:41:48 +00:00
Merge branch 'jartha/fix-stone-relink' into 'master'
Relink Stone Shoe trap object on player death See merge request kart-krew-dev/ring-racers-internal!2676
This commit is contained in:
commit
10e2521adb
1 changed files with 1 additions and 0 deletions
|
|
@ -5387,6 +5387,7 @@ boolean P_IsRelinkItem(INT32 type)
|
|||
case MT_SINK:
|
||||
case MT_GACHABOM:
|
||||
case MT_TOXOMISTER_POLE:
|
||||
case MT_FLOATINGITEM: // Stone Shoe Trap
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue