feat: garnished the cuck salad

This commit is contained in:
Nick 2024-11-14 01:37:19 -06:00
parent a3ad02ad9d
commit 671195480b
28 changed files with 351 additions and 488 deletions

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.GeorgeMartin exposing (..)
import Cuckery.Types exposing (..)
templateCuck : Cuck
templateCuck =
let
name : String
name =
"George Martin"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/CarnismDebunked"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
, dodgeDescription = RanAway
, dodgeProposition = "Nick has killed more animals in his life than a mature bear."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}