[NO GBP] Fixes prosthetic limb quirk preferences (#82354)

## About The Pull Request

Accidentally broke it during my latest quirk PR, oops!
## Changelog
🆑
fix: Fixed Prosthetic limb quirk preferences
/🆑
This commit is contained in:
DATAxPUNGED
2024-04-02 05:24:21 -04:00
committed by GitHub
parent 42c0dd0720
commit c293c0dd1f
@@ -1,6 +1,6 @@
import { FeatureChoiced, FeatureDropdownInput } from '../base';
export const prosthetic_limb: FeatureChoiced = {
export const prosthetic: FeatureChoiced = {
name: 'Prosthetic',
component: FeatureDropdownInput,
};