From 8350bc4ac9a87121c85dc120765ee742aafa6bbd Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 16 Dec 2021 12:36:42 -0500
Subject: [PATCH] Fix "Decline and leverage" breeder proposal option

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

diff --git a/src/interaction/policies/breederProposal.js b/src/interaction/policies/breederProposal.js
index 33a9c020ba0..3e6e491f0d3 100644
--- a/src/interaction/policies/breederProposal.js
+++ b/src/interaction/policies/breederProposal.js
@@ -55,8 +55,8 @@ App.UI.breederProposal = function() {
 			};
 
 			const declineAndLeverage = function() {
-				App.UI.DOM.appendNewElement("div", node, );
 				V.propOutcome = 1;
+				unlock();
 				return `"Yes, you have done much to further our cause. We respect the 'balls' on you, despite your lack of them. Very well, we shall set the standards for what shall qualify as breeding stock and our standards will be delivered to you shortly."`;
 			};
 
-- 
GitLab