Skip to content
Snippets Groups Projects
Commit c3fb85dd authored by Arkerthan's avatar Arkerthan
Browse files

Convert "being in charge" ency category to DOM

parent dabeaa3f
No related branches found
No related tags found
No related merge requests found
.encyclopedia.topic { .encyclopedia.topic {
font-weight: bold; font-weight: bold;
} }
/* mark text that is a link/button somewhere else */
/* Click <span class="encyclopedia interaction">X</span> to do Y */
.encyclopedia.interaction {
background: #203e6c;
border-radius: 5px;
border: hidden;
padding: 2px 4px;
white-space: nowrap;
font-size: smaller;
}
This diff is collapsed.
This diff is collapsed.
...@@ -13,18 +13,6 @@ ...@@ -13,18 +13,6 @@
<<switch $encyclopedia>> <<switch $encyclopedia>>
/**********
BEING IN CHARGE
**********/
<<case "Arcologies and Reputation" "Being in Charge" "Costs Summary" "PC Skills" "Random Events" "Rules Assistant" "Sexual Energy" "The Corporation">>
<<= App.Encyclopedia.Dialog.linkSC("Arcologies and Reputation", "Arcologies and Reputation")>>
| <<= App.Encyclopedia.Dialog.linkSC("Random Events", "Random Events")>>
| <<= App.Encyclopedia.Dialog.linkSC("Costs Summary", "Costs Summary")>>
| <<= App.Encyclopedia.Dialog.linkSC("Rules Assistant", "Rules Assistant")>>
| <<= App.Encyclopedia.Dialog.linkSC("The Corporation", "The Corporation")>>
| <<= App.Encyclopedia.Dialog.linkSC("Sexual Energy", "Sexual Energy")>>
| <<= App.Encyclopedia.Dialog.linkSC("PC Skills", "PC Skills")>>
/********** /**********
SLAVES SLAVES
**********/ **********/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment