Cleaned up Coding Contract Generation Code

This commit is contained in:
danielyxie
2018-10-27 15:48:33 -05:00
parent 004aaf93cc
commit 63ed72e645
3 changed files with 104 additions and 20 deletions
+2
View File
@@ -431,6 +431,8 @@ export function createDevMenu() {
devMenuContainer.appendChild(gangStoredCyclesInput);
devMenuContainer.appendChild(gangAddStoredCycles);
devMenuContainer.appendChild(createElement("br"));
devMenuContainer.appendChild(contractsHeader);
devMenuContainer.appendChild(generateRandomContractBtn);
const entireGameContainer = document.getElementById("entire-game-container");
if (entireGameContainer == null) {