mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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)
|
else if (mobj->target->player->curshield == KSHIELD_FLAME)
|
||||||
{
|
{
|
||||||
mobj->color = SKINCOLOR_KETCHUP;
|
mobj->color = SKINCOLOR_MAUVE;
|
||||||
mobj->colorized = true;
|
mobj->colorized = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue