mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Flame tripwire shockwave is now mauve
FUCKING FORGOT TO PUSH THIS TO THE SHIELD BRANCH, ketchup to mauve
This commit is contained in:
parent
c41b3b3fa0
commit
30abf7d744
1 changed files with 1 additions and 1 deletions
|
|
@ -7921,7 +7921,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