mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: refactored cucks
This commit is contained in:
parent
bdd63d8494
commit
667440f60f
74 changed files with 157 additions and 133 deletions
30
frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm
Executable file
30
frontend/src/Cuckery/CuckList/GuyAustin/GuyAustin.elm
Executable file
|
@ -0,0 +1,30 @@
|
|||
module Cuckery.CuckList.GuyAustin.GuyAustin exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckGuyAustin : Cuck
|
||||
cuckGuyAustin =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Guy Austin"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://x.com/GuyNAustin"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
|
||||
, dodgeDescription = NoReply
|
||||
, dodgeProposition = noProposition
|
||||
, dodgeNicksDoxasticState = Nothing
|
||||
, dodgeNicksDoxasticReason = NoProp
|
||||
}
|
||||
, { dodgeLink = "https://x.com/GuyNAustin/status/1687530045101744128"
|
||||
, dodgeDescription = OutrightNo
|
||||
, dodgeProposition = commonProps.propSeedOils
|
||||
, dodgeNicksDoxasticState = Just Belief
|
||||
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue