diff --git a/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm b/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm new file mode 100755 index 0000000..3439b58 --- /dev/null +++ b/frontend/src/Cuckery/CuckList/BretWeinstein/BretWeinstein.elm @@ -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 + } + ] + } diff --git a/frontend/src/Pages/Dodgers.elm b/frontend/src/Pages/Dodgers.elm index 174ac41..c82d512 100755 --- a/frontend/src/Pages/Dodgers.elm +++ b/frontend/src/Pages/Dodgers.elm @@ -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 diff --git a/frontend/static/cucks/bretweinstein/bretweinstein.png b/frontend/static/cucks/bretweinstein/bretweinstein.png new file mode 100644 index 0000000..b8e6bc6 Binary files /dev/null and b/frontend/static/cucks/bretweinstein/bretweinstein.png differ