Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Dec 25, 2024
1 parent 11304a6 commit 5dbadda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GLOBAL_LIST_INIT(possible_quirk_atypical_tastes, list(
/datum/quirk/atypical_tastes
name = "Atypical Tastes"
desc = "For one reason or another, your tastes in food are similar to that of another species."
value = 8
value = 0
mob_trait = TRAIT_ATYPICAL_TASTER
icon = FA_ICON_PLATE_WHEAT

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { FeatureChoiced } from '../base';
import { FeatureDropdownInput } from '../dropdowns';

export const atypical_tastes: FeatureChoiced = {
name: 'Atypical Tastes',
component: FeatureDropdownInput,
};

0 comments on commit 5dbadda

Please sign in to comment.