From ff6259d9d7a335bdbd37d7cc6064e6392bbe2425 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 8 Mar 2020 23:16:28 -0400
Subject: [PATCH] fuck english

---
 src/js/economyJS.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/economyJS.js b/src/js/economyJS.js
index 883b56a3311..a169042e3ce 100644
--- a/src/js/economyJS.js
+++ b/src/js/economyJS.js
@@ -2191,7 +2191,7 @@ window.supplyPoliciesReport = function(NPCclass) {
 
 		// warn about conflicting policies
 		if (V.sexSupplyBarriers[varName] > 0) {
-			r += `<i>, however the barriers that are also in place <span class="red">reduce it's effectiveness and increase</span> your costs</i>`;
+			r += `<i>, however the barriers that are also in place <span class="red">reduce its effectiveness and increase</span> your costs</i>`;
 		}
 		r += `.<br>`;
 	}
-- 
GitLab