Skip to content

Commit

Permalink
Revert "Decapitalize files"
Browse files Browse the repository at this point in the history
This reverts commit 8e3c2b5.
  • Loading branch information
KJeff01 committed Jan 10, 2022
1 parent 8e3c2b5 commit bcd8491
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const COBRA_INCLUDES = "/multiplay/skirmish/cobra_includes/";
const COBRA_RULESETS = "/multiplay/skirmish/cobra_rulesets/";

//Rulesets here.
include(COBRA_RULESETS + "cobraStandard.js");
include(COBRA_RULESETS + "CobraStandard.js");

const LOG_RESEARCH_PATH = false;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AI": {
"js": "cobra.js",
"js": "Cobra.js",
"name": "Cobra",
"tip": "Designed with a focus on research",
"easy_tip": "Gets ~ 25% less power from each oil derrick\nBasic decision making is slower",
Expand Down

0 comments on commit bcd8491

Please sign in to comment.