From 69eaeebac41eb706ee0dd3448731875e95b5841b Mon Sep 17 00:00:00 2001
From: fcanon <fcanon@nowhere.na>
Date: Thu, 11 May 2017 12:55:31 -0400
Subject: [PATCH] if the universal rule "apply RA to new slaves" is turned off,
 there is an interaction option during slave intro to apply the RA to the new
 slave manually - this fixes that

---
 src/uncategorized/newSlaveIntro.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 8b2b943f591..00b6b5b120d 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -476,6 +476,7 @@ The legalities completed, ''__@@.pink;$activeSlave.slaveName@@__'' <<if ($active
 	<span id="rules">
 	<<link "Apply default rules">>
 	<<replace "#rules">>
+		<<CheckAutoRulesActivate $activeSlave>>
 		<<DefaultRules $activeSlave>>
 	<</replace>>
 	<</link>>
-- 
GitLab