Skip to content

Commit

Permalink
Database: fix RE1 BioRand objective typo
Browse files Browse the repository at this point in the history
  • Loading branch information
themitosan committed Dec 23, 2023
1 parent dce4497 commit f1fadf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App/js/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ temp_DATABASE = {
bioRandObjectives: {
'R305': { endsOn: 'R310', applyDistance: !1 },
'R11A': { endsOn: null , applyDistance: !1 },
'R70C ': { endsOn: null , applyDistance: !1 },
'R70C': { endsOn: null , applyDistance: !1 },
},
rdt: {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"devDependencies": {
"nw-builder": "^3.5.7"
}
}
}

0 comments on commit f1fadf1

Please # to comment.