Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions localization/en-us.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ return {
},
},
j_cry_fuckedup = {
name = Cryptid_config.family_mode and "Tidy Joker" or "Fucked-Up Joker",
name = Cryptid_config.family_mode and "Disorganized Joker" or "Fucked-Up Joker",
text = {
"{C:red}+#1#{} Mult if played",
"hand contains",
Expand Down Expand Up @@ -2497,7 +2497,7 @@ return {
},
},
j_cry_penetrating = {
name = "Penetrating Joker",
name = Cryptid_config.family_mode and "Nonsense Joker" or "Penetrating Joker",
text = {
"{C:chips}+#1#{} Chips if played",
"hand contains",
Expand Down Expand Up @@ -3186,7 +3186,7 @@ return {
},
},
j_cry_wtf = {
name = Cryptid_config.family_mode and "The Cluster" or "The Fuck!?",
name = Cryptid_config.family_mode and "The Outcasts" or "The Fuck!?",
text = {
"{X:mult,C:white} X#1# {} Mult if played",
"hand contains",
Expand Down Expand Up @@ -5018,7 +5018,7 @@ return {
},
poker_hands = {
["cry_Bulwark"] = "Bulwark",
["cry_Clusterfuck"] = Cryptid_config.family_mode and "Cluster" or "Clusterfuck",
["cry_Clusterfuck"] = Cryptid_config.family_mode and "High Card++" or "Clusterfuck",
["cry_UltPair"] = "Ultimate Pair",
["cry_WholeDeck"] = Cryptid_config.family_mode and "The Entire Deck" or "The Entire Fucking Deck",
["cry-Cluster Bulwark"] = "Clusterwark",
Expand Down Expand Up @@ -5078,7 +5078,7 @@ return {
ach_cry_youre_fucking_kidding = Cryptid_config.family_mode and "You Can't Be Serious"
or "You're Fucking Kidding",
ach_cry_stoned = "Stoned",
ach_cry_fucked = Cryptid_config.family_mode and "Clustered" or "Fucked",
ach_cry_fucked = Cryptid_config.family_mode and "Yes, but Why?" or "Fucked",
ach_cry_despaired = "Despaired",
ach_cry_decked = "Decked",
},
Expand Down