From 6bb80b2c5b80cd1bb0ab3e5a9db5bd63fa57482a Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Tue, 12 Sep 2017 18:11:55 +0200 Subject: [PATCH] Building up the base for the mod --- src/uncategorized/economics.tw | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw index c8ff36cd68e..3ca8a43c94a 100644 --- a/src/uncategorized/economics.tw +++ b/src/uncategorized/economics.tw @@ -37,6 +37,8 @@ <</if>> <<include "Reputation">> + + <br><br> <<include "Arcology Management">> @@ -50,6 +52,11 @@ <br><br> <<include "FS Developments">> <</if>> + +<br><br> + +<<include "securityReport">> + <<else>> <<CreateSimpleTabs>> <body> @@ -65,6 +72,7 @@ <<if ($PC.boobs == 1 && $PC.boobsBonus > 0) || $PC.pregKnown == 1 || $playerAging != 0>> <button class="tablinks" onclick="opentab(event, 'Personal')">Personal Notes</button> <</if>> + <button class="tablinks" onclick="opentab(event, 'securityReport')">Security Report</button> <<if $FSAnnounced > 0>> <button class="tablinks" onclick="opentab(event, 'Societies')">Society Development</button> <</if>> @@ -124,6 +132,12 @@ You have not yet committed funds to create a publicly traded slave trading corpo </div> <</if>> +<div id="securityReport" class="tabcontent"> +<div class="content"> +<<include "securityReport">> +</div> +</div> + <script> function opentab(evt, tabName) { var i, tabcontent, tablinks; -- GitLab