From 7490b9fb817b161155ebae37aaf59e6e24bd520f Mon Sep 17 00:00:00 2001
From: wkwk <12408-wkwk@users.norepy.gitgud.io>
Date: Mon, 14 Oct 2019 08:39:55 -0500
Subject: [PATCH] Add missing health description for fighterOne in the pit

---
 src/uncategorized/seNonlethalPit.tw | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index 16a03289d12..d11777e4fba 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -119,6 +119,10 @@
 		$His height gives $him a reach advantage with $his fists and feet.
 	<</if>>
 
+	<<if _fighterOne.health > 50>>
+		$His shining health makes $him a better fighter.
+	<</if>>
+
 	<<if _fighterOne.weight > 190>>
 		$His extreme weight nearly immobilizes $him. $He is essentially a fleshy punching bag.
 	<<elseif _fighterOne.weight > 160>>
-- 
GitLab