From 9cc89767a6df6ed0081e01ccf182893c5a29ea22 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Mon, 25 Feb 2019 23:13:41 -0500
Subject: [PATCH] OR doesn't work like that

---
 src/uncategorized/arcmgmt.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 6713874ab21..85debf228ea 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -689,7 +689,7 @@ $menialBioreactors -= _expirationBR>>
 <</if>>
 <<if $terrain == "urban">>
 	<<set _terrain = 1.2>>
-<<elseif $terrain == "rural" || "marine">>
+<<elseif $terrain == "rural" || $terrain == "marine">>
 	<<set _terrain = 1>>
 <<else>>
 	<<set _terrain = 0.8>>
-- 
GitLab