Skip to content
Snippets Groups Projects
Commit 6068d8a3 authored by brickode's avatar brickode
Browse files

Formatting

parent 49e1f0de
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ App.Facilities.Pit.pit = function() {
App.UI.DOM.appendNewElement("div", frag, intro(), "pit-intro");
App.UI.DOM.appendNewElement("div", frag, audience());
if (V.killChoice !== 2) {
App.UI.DOM.appendNewElement("div", frag, fighters());
App.UI.DOM.appendNewElement("div", frag, lethality());
......
App.Facilities.Pit.fight = function(lethal) {
const frag = new DocumentFragment();
V.nextButton = "Continue";
V.nextLink = "Scheduled Event";
V.returnTo = "Scheduled Event";
......@@ -14,4 +16,6 @@ App.Facilities.Pit.fight = function(lethal) {
//
}
}
return frag;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment