From 343df5e37b84debf1e0e3183ee33872bb24aba52 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sun, 22 Mar 2020 13:51:02 +0100
Subject: [PATCH] enable metric/imperial toggle

---
 src/uncategorized/options.tw | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 7ed9c60c58a..5f4bf35f0f5 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -149,6 +149,13 @@ This save was created using FC version $ver build $releaseID.
 			This will comma-format numbers in some areas.
 		<</options>>
 
+		<<options $showInches>>
+			Distance units:
+			<<option 0 "Metric">>
+			<<option 1 "Both">>
+			<<option 2 "Imperial">>
+		<</options>>
+
 		<div class="subHeading">
 			''General''
 		</div>
-- 
GitLab