mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'flame-shockwave-color-change' into 'master'
Flame tripwire shockwave is now mauve See merge request kart-krew-dev/ring-racers-internal!2555
This commit is contained in:
commit
f84ef9da41
1 changed files with 1 additions and 1 deletions
|
|
@ -7937,7 +7937,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
|||
}
|
||||
else if (mobj->target->player->curshield == KSHIELD_FLAME)
|
||||
{
|
||||
mobj->color = SKINCOLOR_KETCHUP;
|
||||
mobj->color = SKINCOLOR_MAUVE;
|
||||
mobj->colorized = true;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue