feat: added a cuck

This commit is contained in:
Nick 2024-11-19 14:13:58 -06:00
parent 5afff4a0e4
commit 8b8394808c
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,36 @@
module Cuckery.CuckList.BretWeinstein.BretWeinstein exposing (..)
import Cuckery.Types exposing (..)
cuckBretWeinstein : Cuck
cuckBretWeinstein =
let
name : String
name =
"Bret Weinstein"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/BretWeinstein"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are dangerous."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1858745910701777229"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are dangerous."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
}
, { dodgeLink = "https://x.com/TheNutrivore/status/1858746414882263256"
, dodgeDescription = NoReply
, dodgeProposition = "Seed oils are dangerous."
, dodgeNicksDoxasticState = Just Disbelief
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
}
]
}

View file

@ -15,6 +15,7 @@ import Cuckery.CuckList.BennyMalone.BennyMalone exposing (cuckBennyMalone)
import Cuckery.CuckList.BradCampbell.BradCampbell exposing (cuckBradCampbell)
import Cuckery.CuckList.BradCohn.BradCohn exposing (cuckBradCohn)
import Cuckery.CuckList.BradMarshall.BradMarshall exposing (cuckBradMarshall)
import Cuckery.CuckList.BretWeinstein.BretWeinstein exposing (cuckBretWeinstein)
import Cuckery.CuckList.BrianKerley.BrianKerley exposing (cuckBrianKerley)
import Cuckery.CuckList.CarnivoreAurelius.CarnivoreAurelius exposing (cuckCarnivoreAurelius)
import Cuckery.CuckList.CateShanahan.CateShanahan exposing (cuckCateShanahan)
@ -172,6 +173,7 @@ dodgersList =
, cuckBradCampbell
, cuckBradCohn
, cuckBradMarshall
, cuckBretWeinstein
, cuckBrianKerley
, cuckCarnivoreAurelius
, cuckCateShanahan

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB