diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw index c8ff36cd68e4d0188c872c1b934f15c35bdbe0a5..3ca8a43c94a9662b504ae6f90d16873481ea30a7 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;