mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 12:55:12 -05:00
feat: refactored cucks
This commit is contained in:
parent
bdd63d8494
commit
667440f60f
74 changed files with 157 additions and 133 deletions
|
@ -1,24 +0,0 @@
|
|||
module Cuckery.CuckList.MartyKendall exposing (..)
|
||||
|
||||
import Cuckery.Types exposing (..)
|
||||
|
||||
|
||||
cuckMartyKendall : Cuck
|
||||
cuckMartyKendall =
|
||||
let
|
||||
name : String
|
||||
name =
|
||||
"Marty Kendall"
|
||||
in
|
||||
{ cuckImage = formatCuckName name
|
||||
, cuckName = name
|
||||
, cuckSocial = "https://x.com/martykendall2"
|
||||
, cuckDodges =
|
||||
[ { dodgeLink = "https://twitter.com/The_Nutrivore/status/1310548994804809729"
|
||||
, dodgeDescription = RanAway
|
||||
, dodgeProposition = "To access your body fat, you need to deplete both glucose and fat from the blood first."
|
||||
, dodgeNicksDoxasticState = Just Disbelief
|
||||
, dodgeNicksDoxasticReason = SpecificProp "The proposition suggests that before one can liberate their body fat, they must first experience a lethal physiological event."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue