mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { FeatureChoiced, FeatureDropdownInput } from '../base';
|
||||
|
||||
export const prosthetic_limb: FeatureChoiced = {
|
||||
export const prosthetic: FeatureChoiced = {
|
||||
name: 'Prosthetic',
|
||||
component: FeatureDropdownInput,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user