diff --git a/lua/ulx/modules/sh/cfc_civilize.lua b/lua/ulx/modules/sh/cfc_civilize.lua index 09654052..3a2d805d 100644 --- a/lua/ulx/modules/sh/cfc_civilize.lua +++ b/lua/ulx/modules/sh/cfc_civilize.lua @@ -42,7 +42,6 @@ local transformations = { ["are"] = "art", ["what"] = "pardon", ["why"] = "for what reason", - ["with"] = "alongside", ["have"] = "possess", ["has"] = "possesses", ["doing"] = "engaging in", @@ -251,6 +250,19 @@ local transformations = { -- Savage insults and vulgarities ["hell"] = "brimstone", ["balls"] = "round spheroids", + ["penis"] = "male anatomical feature", + ["cock"] = "male anatomical feature", + ["vagina"] = "female anatomical feature", + ["boobs"] = "chest prominences", + ["tits"] = "chest prominences", + ["piss"] = "urinate", + ["pissing"] = "urinating", + ["fart"] = "expusion of intestinal gas", + ["farting"] = "expulsion of intestinal gas", + ["asshole"] = "posterior orifice", + ["bald"] = "follicly challenged", + ["loser"] = "individual of diminished success", + ["furry"] = "individual with anthropomorphic affinities", ["idiot"] = "intellectually challenged individual", ["stupid"] = "lacking in cognitive fortitude", ["dumb"] = "mentally unencumbered",