diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index a01f97c0d69273e5a6076d32123254cab55f3495..2c9823202f936ff60db48bc76b7713acf932435c 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -195,7 +195,7 @@ You review the rules - the combatants will use their choice of swords, and the f
 
 <<if !canSee($fighterOne)>>
 	Her lack of eyesight is certain death.
-<<elseif ($fighterOne.eyes == -1 && ($fighterOne.eyewear != "corrective glasses" || $fighterOne.eyewear != "corrective contacts")) || ($fighterOne.eyes == 1 && ($fighterOne.eyewear == "blurring glasses" || $fighterOne.eyewear == "blurring contacts"))>>
+<<elseif (($fighterOne.eyes == -1) && ($fighterOne.eyewear != "corrective glasses") && ($fighterOne.eyewear != "corrective contacts")) || ($fighterOne.eyes == 1 && ($fighterOne.eyewear == "blurring glasses" || $fighterOne.eyewear == "blurring contacts"))>>
 	Her poor eyesight makes her a weaker combatant.
 <</if>>
 
@@ -344,7 +344,7 @@ You review the rules - the combatants will use their choice of swords, and the f
 
 <<if !canSee($fighterTwo)>>
 	Her lack of eyesight is certain death.
-<<elseif ($fighterTwo.eyes == -1 && ($fighterTwo.eyewear != "corrective glasses" || $fighterTwo.eyewear != "corrective contacts")) || ($fighterTwo.eyes == 1 && ($fighterTwo.eyewear == "blurring glasses" || $fighterTwo.eyewear == "blurring contacts"))>>
+<<elseif (($fighterTwo.eyes == -1) && ($fighterTwo.eyewear != "corrective glasses") && ($fighterTwo.eyewear != "corrective contacts")) || ($fighterTwo.eyes == 1 && ($fighterTwo.eyewear == "blurring glasses" || $fighterTwo.eyewear == "blurring contacts"))>>
 	Her poor eyesight makes her a weaker combatant.
 <</if>>