feat: bigass cuck salad

This commit is contained in:
Nick 2024-11-14 01:16:09 -06:00
parent 74bc980a08
commit a3ad02ad9d
40 changed files with 1631 additions and 1069 deletions

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.AmblerOHearn exposing (..)
import Cuckery.Types exposing (..)
cuckAmberOHearn : Cuck
cuckAmberOHearn =
let
name : String
name =
"Amber O Hearn"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://twitter.com/KetoCarnivore"
, cuckDodges =
[ { dodgeLink = "https://twitter.com/FusionProgGuy/status/1413888976281169922?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}