mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +00:00
x1.5 size pogospring
This commit is contained in:
parent
8d708c9ea8
commit
0441990abd
1 changed files with 1 additions and 0 deletions
|
|
@ -10014,6 +10014,7 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MT_POGOSPRING:
|
case MT_POGOSPRING:
|
||||||
|
P_SetScale(mobj, (mobj->destscale = 3 * mobj->destscale / 2));
|
||||||
mobj->color = SKINCOLOR_SUNSLAM;
|
mobj->color = SKINCOLOR_SUNSLAM;
|
||||||
mobj->colorized = true;
|
mobj->colorized = true;
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue