feat: cucks finally finished

This commit is contained in:
Nick 2024-11-14 19:36:47 -06:00
parent 7b8a5dbca5
commit aa81fa7ad3
60 changed files with 290 additions and 201 deletions

View file

@ -9,6 +9,10 @@ cuckJosephEverett =
name : String
name =
"Joseph Everett"
propSeedOils : String
propSeedOils =
"Seed oils cause coronary heart disease and cancer."
in
{ cuckImage = formatCuckName name
, cuckName = name
@ -16,15 +20,15 @@ cuckJosephEverett =
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1535334822825971712?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils cause coronary heart disease and cancer."
, dodgeProposition = propSeedOils
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1555138038740680704?s=20"
, dodgeDescription = NoReply
, dodgeProposition = "seed oils cause coronary heart disease and cancer."
, dodgeProposition = propSeedOils
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = NoProp
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReasonChronicDisease
}
]
}