From 1ec64ccbbf96b66497c7e47ce6adedb62235c44b Mon Sep 17 00:00:00 2001 From: Ben Frankel Date: Sun, 10 Dec 2023 11:16:24 -0800 Subject: [PATCH] Add clue about entity min for Unicorn Dev --- src/upgrade.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/upgrade.rs b/src/upgrade.rs index 5540753..fbd3818 100644 --- a/src/upgrade.rs +++ b/src/upgrade.rs @@ -1103,7 +1103,10 @@ generate_upgrade_list!( Specialization: Upgrade { name: "Specialization".to_string(), - desc: "Offers a choice between powerful specialization paths.".to_string(), + desc: "\ + Offers a choice between powerful specialization paths. \ + Do you feel inspired?\ + ".to_string(), no_outline: true, base_cost: 100.0, weight: 2.5,