mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 02:32:48 +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;
|
||||
case MT_POGOSPRING:
|
||||
P_SetScale(mobj, (mobj->destscale = 3 * mobj->destscale / 2));
|
||||
mobj->color = SKINCOLOR_SUNSLAM;
|
||||
mobj->colorized = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue