From 8feccd5d9a4259469f8a20c1bd9fc6103397062c Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Mon, 31 Dec 2018 17:11:17 -0500
Subject: [PATCH] More fixes

---
 src/SecExp/SecExpBackwardCompatibility.tw | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/SecExp/SecExpBackwardCompatibility.tw b/src/SecExp/SecExpBackwardCompatibility.tw
index bf4e3f0a01c..3ec837428ca 100644
--- a/src/SecExp/SecExpBackwardCompatibility.tw
+++ b/src/SecExp/SecExpBackwardCompatibility.tw
@@ -363,11 +363,8 @@
 <<if ndef $brainImplantProject>>
 	<<set $brainImplantProject = 0>>
 <</if>>
-<<if ndef $weapMenials>>
-	<<set $weapMenials = 0>>
-<</if>>
 <<if def $weapHelots>>
-	<<set $weapMenials = $weapHelots>>
+	<<set $weapMenials = $weapHelots || 0>>
 	<<unset $weapHelots>>
 <</if>>
 <<if ndef $weapManu>>
-- 
GitLab