mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Increase default Ancient Gear scale to 1.5
This commit is contained in:
parent
c7b3a49c85
commit
ae2a3cffaf
1 changed files with 2 additions and 0 deletions
|
|
@ -11167,6 +11167,8 @@ fixed_t P_GetMobjDefaultScale(mobj_t *mobj)
|
|||
return 2*FRACUNIT;
|
||||
case MT_PULLUPHOOK:
|
||||
return 2*FRACUNIT;
|
||||
case MT_ANCIENTGEAR:
|
||||
return 3*FRACUNIT/2;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue