Increase default Ancient Gear scale to 1.5

This commit is contained in:
Lach 2025-08-10 16:09:30 +10:00
parent c7b3a49c85
commit ae2a3cffaf

View file

@ -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;
}