From f35eb4bdda7a97e4bccf2de7474c9a0026d25df9 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sat, 27 Sep 2025 12:13:34 -0700 Subject: [PATCH] HouseRules complete --- client/src/HouseRules.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/client/src/HouseRules.tsx b/client/src/HouseRules.tsx index e0d0fe3..1a7f249 100644 --- a/client/src/HouseRules.tsx +++ b/client/src/HouseRules.tsx @@ -495,7 +495,8 @@ const HouseRules: React.FC = ({ Note: - This stacks with Two and Twelve are Synonyms. So if you roll double ones (2), you get resources for 2 and 12, then roll again! + This stacks with Two and Twelve are Synonyms. So if you roll + double ones (2), you get resources for 2 and 12, then roll again! ), }, @@ -524,7 +525,16 @@ const HouseRules: React.FC = ({ "Robbers can't steal from players with two or less victory points.", category: "rules", defaultChecked: false, - element: <>, + element: ( + + This rule turns the robber into a noble thief, forbidding him from + pilfering resources from players with two or fewer Victory + Points—leaving the underdogs safe while the wealthier lords + tremble. Watch as the tables turn with a wink and a grin, adding a + layer of strategy where protecting the little guy might just be + the key to your own rise to power! + + ), }, ].sort((a, b) => a.category.localeCompare(b.category)), [rules, setRules, state, ws, setRule, name, gameState]