From 7772c175ce45a5fd419ffce158f3d01a028bcf24 Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Sun, 15 Aug 2021 01:11:03 +0300 Subject: [PATCH] Backporting #49513 Fix Cut Logs faction camp mission difficulty disp. --- src/faction_camp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/faction_camp.cpp b/src/faction_camp.cpp index 36d21036c384a..28e50ce1120e3 100644 --- a/src/faction_camp.cpp +++ b/src/faction_camp.cpp @@ -783,7 +783,7 @@ void basecamp::get_available_missions_by_dir( mission_data &mission_key, const p entry = string_format( _( "Notes:\n" "Send a companion to a nearby forest to cut logs.\n\n" "Skill used: fabrication\n" - "Difficulty: 1\n" + "Difficulty: 2\n" "Effects:\n" "> 50%% of trees/trunks at the forest position will be " "cut down.\n"